In this troubleshooting we will try to answer the question, where is the docker installation path in ubuntu 20.04.
It may happen that after installing theapplication and its clients, you will need to modify the images or configure the installation files. This was the case when I wanted to move the virtual disks to another directory. The problem I have encountered is the lack of docker in its usual directory: / var / lib / docker.
So where is the installation path for this tool? it's our help of the day.
Read | Docker: Cybercriminal executes malicious image directly in host
[bctt tweet=”Where to find docker installation folder in ubuntu 20.04 LTS – Troubleshooting “username=”tedidevblog”]
The docker installation path - Solution
If you have installed Docker by apt , it will normally be found in:
/var/lib/docker
In my case, I installed it directly via snap . It is therefore logical that the path of its installation is different. The directory you are looking for is:
/ var / snap / docker /
I suspect that all applications installed using Snap will be found by default in the directory / var / snap / .
Lire aussi | Snap - How to install it from the terminal in ubuntu
Conclusion
You may be interested in [Troubleshooting] error: [Dagger / MissingBinding] cannot be provided without an @ Provides-annotated method et Marvel's Avengers - Black Panther revealed in trailer - PS5 game presented by Square enix - 2021
