Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
FreeDMR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simon
FreeDMR
Wiki
Docker Commands Cheat Sheet
Changes
Page history
New page
Templates
Clone repository
Update Docker Commands Cheat Sheet
authored
2 years ago
by
Simon
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Docker-Commands-Cheat-Sheet.md
+0
-1
0 additions, 1 deletion
Docker-Commands-Cheat-Sheet.md
with
0 additions
and
1 deletion
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.
...
...
This diff is collapsed.
Click to expand it.