W
W
wax122016-10-18 17:25:05
Python
wax12, 2016-10-18 17:25:05

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

2 answer(s)
Андрей Буров, 2016-10-18
@BuriK666

Возможно вам нужно это:
https://docs.docker.com/engine/tutorials/dockervol...

F
FeNUMe, 2016-10-18
@FeNUMe

Судя по вопросу вы не до конца поняли концепцию докера. Контейнер после запуска это не изменяемая сущность, все изменяемые данные должны хранится вне контейнера: если это файлы - используйте volumes, если какие-то данные - закидывайте их во внешние бд, если логи - транслируйте их во внешнее хранилище/систему сбора через тот же syslog.
Послушайте вот этот доклад https://youtu.be/X2jlKUHbepY

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question