Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docker-command [2021/07/10 00:32] – 192.168.1.50 | docker-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 | ||
| </ | </ | ||
| + | |||
| + | PostgreSQL DEV refresh | ||
| + | < | ||
| + | docker exec -it dev-container_devcontainer_db_1 /bin/bash | ||
| + | </ | ||
| + | |||
| + | View filesystem | ||
| + | < | ||
| + | docker image save fueltracker_app > | ||
| + | </ | ||
| + | |||
| ===== References ===== | ===== References ===== | ||
| Docker Exec Command With Examples - https:// | Docker Exec Command With Examples - https:// | ||
| + | Exploring Docker container' | ||
| + | {{tag> | ||