This repository was archived by the owner on Sep 26, 2021. It is now read-only.
This repository was archived by the owner on Sep 26, 2021. It is now read-only.
Issue Running Hello World Example in the Docker Toolbox #392
Open
Description
When using the Docker Quickstart Terminal, if I run the command docker run -d ubuntu:14.04 /bin/sh -c "while true; do echo hello world; sleep 1; done"
the daemon container exits.
Using docker logs
I get the following output: true;: 1: true;: Syntax error: end of file unexpected
I can get the command to run by connecting via ssh through the windows terminal. Details of others having this issue can be found in Stack Overflow
I am running Docker version 1.9.1