docker-container-create (1) Linux Manual Page
docker-container-create – Create a new container Synopsisdocker container create [OPTIONS] IMAGE [COMMAND] [ARG…] DescriptionCreates 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 can then use…
