Docker run: Difference between revisions

From NovaOrdis Knowledge Base
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

Start a Container Automatically