Site Tools


docker-command

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker-command [2021/07/10 00:31] 192.168.1.50docker-command [2026/04/08 22:10] (current) admin
Line 3: Line 3:
 <code> <code>
 $ docker exec -u 0 -it FW_pgAdmin4 /bin/ash $ docker exec -u 0 -it FW_pgAdmin4 /bin/ash
 +</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> </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.1625848319.txt.gz · Last modified: by 192.168.1.50