Answer the question
In order to leave comments, you need to log in
Is it possible to extract the contents of a Docker container into a Python virtual environment?
I just got started with Docker, installed Docker Toolbox on Windows 10 and downloaded the container I needed. You need full access to the container file system with the ability to add and edit files without any difficulties in the form of extraction and subsequent replacement. Is it possible to correctly transfer the contents of a container into a Python virtual environment? How to do it?
Answer the question
In order to leave comments, you need to log in
Возможно вам нужно это:
https://docs.docker.com/engine/tutorials/dockervol...
Судя по вопросу вы не до конца поняли концепцию докера. Контейнер после запуска это не изменяемая сущность, все изменяемые данные должны хранится вне контейнера: если это файлы - используйте volumes, если какие-то данные - закидывайте их во внешние бд, если логи - транслируйте их во внешнее хранилище/систему сбора через тот же syslog.
Послушайте вот этот доклад https://youtu.be/X2jlKUHbepY
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question