docker-command

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docker-command [2022/06/17 17:35] admindocker-command [2022/06/17 19:27] (current) admin
Line 9: Line 9:
 docker exec -it dev-container_devcontainer_db_1 /bin/bash docker exec -it dev-container_devcontainer_db_1 /bin/bash
 </code> </code>
 +
 +View filesystem
 +<code>
 +docker image save fueltracker_app >image.tgz
 +</code>
 +
  
 ===== References ===== ===== References =====
 Docker Exec Command With Examples - https://devconnected.com/docker-exec-command-with-examples/ Docker Exec Command With Examples - https://devconnected.com/docker-exec-command-with-examples/
  
 +Exploring Docker container's file system - https://stackoverflow.com/questions/20813486/exploring-docker-containers-file-system
 {{tag>[Docker]}} {{tag>[Docker]}}
  • docker-command.1655458509.txt.gz
  • Last modified: 2022/06/17 17:35
  • by admin