arun-gupta / docker-java

Docker for Java Developers
386 stars 230 forks source link

docker-image.adoc bug #118

Closed lsolbach closed 8 years ago

lsolbach commented 8 years ago

Hello Arun,

the line docker run -it helloworld

gives the following error

$ docker run -it helloworld cannot enable tty mode on non tty input

it should be docker run -i helloworld

Ludger

arun-gupta commented 8 years ago

Fixed