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