Skip to content
Kelly Lab at Brigham Young University edited this page Mar 7, 2023 · 3 revisions

Frequently Asked Questions

How to add package or make system modification to the docker container while the system is on?

docker ps

docker exec -it container-name sh

..... run your commend, e.g., pip install xxx

exit

https://www.digitalocean.com/community/tutorials/how-to-use-docker-exec-to-run-commands-in-a-docker-container