Changes
Page history
Update Docker Commands Cheat Sheet
authored
Sep 12, 2022
by
Simon
Show whitespace changes
Inline
Side-by-side
Docker-Commands-Cheat-Sheet.md
View page @
027833bb
...
...
@@ -51,10 +51,6 @@ Note, you probably don't want to do this unless you are heavily debugging. Remeb
docker container prune
docker image prune
## Run docker-compose commands without having to be in the /etc/freedmr directory
## Run docker compose commands on another machine, remotely without logging in.
export DOCKER_HOST=“ssh://user@remotehost”
...
...
...
...