-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Kelly Lab at Brigham Young University edited this page Mar 7, 2023
·
3 revisions
docker ps
docker exec -it container-name sh
..... run your commend, e.g., pip install xxx
exit