Update Docker Commands Cheat Sheet authored by Simon's avatar Simon
...@@ -51,10 +51,6 @@ Note, you probably don't want to do this unless you are heavily debugging. Remeb ...@@ -51,10 +51,6 @@ Note, you probably don't want to do this unless you are heavily debugging. Remeb
docker container prune docker container prune
docker image 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. ## Run docker compose commands on another machine, remotely without logging in.
export DOCKER_HOST=“ssh://user@remotehost” export DOCKER_HOST=“ssh://user@remotehost”
... ...
......