docker-container-create (1) Linux Manual Page
NAME docker-container-create – Create a new container SYNOPSIS docker container create [OPTIONS] IMAGE [COMMAND] [ARG…] DESCRIPTION Creates a writeable container layer over the specified image and prepares it for running the specified command. The container ID is then printed to STDOUT. This is similar to docker run -d except the container is never started. You…
