Update Docker Commands Cheat Sheet authored by Simon's avatar Simon
...@@ -2,7 +2,6 @@ This page contains some common commands you may need to use with Docker and Free ...@@ -2,7 +2,6 @@ This page contains some common commands you may need to use with Docker and Free
## Create and start containers ## Create and start containers
cd /etc/freedmr
docker-compose up -d docker-compose up -d
The -d flag stands for Daemon. If you want to run in the foreground, omit this. The -d flag stands for Daemon. If you want to run in the foreground, omit this.
... ...
......