Docker run centos6 command fails

Vijay S B

Docker run centos6 command fails with error :-

docker run docker.io/treasureboat/centos6

"docker: Error response from daemon: No command specified"

jaxxstorm

As mentioned in the comments, this image doesn't set a CMD, so you need to specify something for docker to execute:

docker run docker.io/treasureboat/centos6 /bin/bash

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

docker run with cd command fails with executable file not found in $PATH

From Dev

locale-gen command in centos6

From Dev

Docker RUN fails with "returned a non-zero code: 6"

From Dev

docker run with --bip option fails

From Dev

service docker start fails (daemon is not a docker command)

From Dev

command line arguments to docker run

From Dev

Get docker run command for container

From Dev

Docker build not recognizing && in RUN command

From Dev

Run an arbitrary command when a service fails

From Dev

Intellij 14 gradle fails to run bower command

From Dev

setup teamcity with .core, run command fails

From Dev

Translate docker run command to docker compose

From Dev

Translate docker run command to docker compose

From Dev

Bash script fails to run node on docker image

From Dev

Docker Toolbox Mac command line and Kitematics fails

From Dev

Installing elasticsearch docker image fails on command not found

From Dev

Bash: run command2 if command1 fails

From Dev

__cxa_demangle fails on rhel6 (centos6) with devtoolset-4 gcc-5.2

From Dev

docker installed with brew fails on /var/run/docker.sock

From Dev

What is the meaning of "sandbox" in "docker run" command?

From Dev

How to run a command once in Docker compose

From Java

How to show the run command of a docker container

From Dev

How to run command on stopped Docker container?

From Dev

Docker doesn't RUN command as USER

From Dev

Command docker run create empty container

From Dev

Run Command Inside of Docker Container Using Ansible

From Dev

How to override the CMD command in the docker run line

From Dev

Passing multiple env files in docker run command

From Dev

Docker run command from git repo?

Related Related

HotTag

Archive