Table of Contents

Docker - docker client

About

The CLI uses the Docker REST API to control or interact with the Docker daemon

Syntax

[sudo] docker [subcommand] [flags] [arguments] ..

:: docker help
:: docker subcommand --help

where subcommand is:

Example:

See How to run a docker image with example to create a container?

docker run -i -t ubuntu /bin/bash