Answer the question
In order to leave comments, you need to log in
Docker, container configuration?
Good afternoon!
Yesterday I started learning Docker, I managed to start nginx, in general, I had questions that I have not yet found in the documentation:
1. Where are the containers stored?
2. How to configure containers (for example, how to create nginx virtual hosts in docker, etc.), as if it had to be configured on Ubuntu?
3. Where is container data stored (PostgreSQL, MySQL, ElasticSearch, etc.)?
4. How to migrate along with projects to other machines, where is the package file for each project and how to create it?
Answer the question
In order to leave comments, you need to log in
data-root/overlay2/
(data-root is a parameter of the Docker daemon, usually /var/lib/docker
)docker inspect container_name_or_id
).docker export/import
.Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question