Saturday 15 May 2010

Docker not starting with docker start command in 1.3 -



Docker not starting with docker start command in 1.3 -

trying utilize command create , start docker:

docker create ubuntu f53fa53cfbfbf3a93525f9d73a45a1ca13f84a32bdd0585df942ada04afbc0c4 docker start f53fa53cfbfbf3a93525f9d73a45a1ca13f84a32bdd0585df942ada04afbc0c4

this returns.

if

docker ps -a

then, container shown in stopped state.

the default command ubuntu image bash, which, without input, exits immediately.

to terminal, need allocate tty when creating container , attach when start container:

docker create -t ubuntu docker start -i <containerid>

docker

No comments:

Post a Comment