Skip to content

docker run: error: no command specified #519

@unclejack

Description

@unclejack

Docker seems to be having a problem with the parameters to be passed to run.

docker run -t -i ubuntu bash
Error: No command specified

However, this works:

docker run -i ubuntu bash -c "echo bla"
bla
go version
go version go1.0.3
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 13.04
Release:        13.04
Codename:       raring
docker version
Version: 0.2.2
Git Commit: 64d7bc4
Kernel: 3.8.11-

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions