Docker run: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
Creates a ''new'' container and runs the specified command in it. | |||
=Options= | =Options= |
Revision as of 17:38, 19 April 2017
Internal
Overview
Creates a new container and runs the specified command in it.
Options
--restart
docker run ... --restart=always ...
See