Skip to content
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
@Sephster

Description

@Sephster

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions