Changes
Page history
Update Docker Commands Cheat Sheet
authored
Sep 12, 2022
by
Simon
Hide whitespace changes
Inline
Side-by-side
Docker-Commands-Cheat-Sheet.md
View page @
76a6e1f6
...
@@ -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.
...
...
...
...