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 [2021/07/10 00:32] 192.168.1.50docker-command [2022/06/17 19:27] (current) admin
Line 4: Line 4:
 $ docker exec -u 0 -it FW_pgAdmin4 /bin/ash $ docker exec -u 0 -it FW_pgAdmin4 /bin/ash
 </code> </code>
 +
 +PostgreSQL DEV refresh
 +<code>
 +docker exec -it dev-container_devcontainer_db_1 /bin/bash
 +</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]}}
  • docker-command.1625848337.txt.gz
  • Last modified: 2021/07/10 00:32
  • by 192.168.1.50