FAQ - RTKlab-BYU/MSConnect GitHub Wiki

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