Dockerode: run and detach

Created on 12 Nov 2015  路  2Comments  路  Source: apocas/dockerode

hi guys, what's the equivalent of this command?

docker run -itd ubuntu /bin/bash

basically i just want to create a container and leave it running, im not sure if its just on my end but every time i create a container it simply stop.

Most helpful comment

docker run =~ create, start, attach
docker run -d =~ create, start

(Typing on a tablet, hopefully that is clear enough)

All 2 comments

docker run =~ create, start, attach
docker run -d =~ create, start

(Typing on a tablet, hopefully that is clear enough)

cool thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gaetsd picture gaetsd  路  3Comments

stanleygu picture stanleygu  路  4Comments

lakindu95 picture lakindu95  路  3Comments

tkarls picture tkarls  路  6Comments

IniZio picture IniZio  路  3Comments