Skip to content

Instantly share code, notes, and snippets.

@rjurney
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjurney/c784704ba31a3a1e5e5d to your computer and use it in GitHub Desktop.
Save rjurney/c784704ba31a3a1e5e5d to your computer and use it in GitHub Desktop.
rake helpers:run
Russells-MacBook-Pro-OLD:cluster rjurney$ rake helpers:run
docker run --name=host_filer --hostname=host-filer --volume=/var/lib/docker/hosts:/srv/hosts --volume=/var/run/docker.sock:/var/run/docker.sock --detach blalor/docker-hosts /srv/hosts
2014/11/19 20:34:00 Error response from daemon: Conflict, The name host_filer is already assigned to 64b7400ba3a9. You have to delete (or rename) that container to be able to assign host_filer to a container again.
Command docker run --name=host_filer --hostname=host-filer --volume=/var/lib/docker/hosts:/srv/hosts --volume=/var/run/docker.sock:/var/run/docker.sock --detach blalor/docker-hosts /srv/hosts exited unsuccessfully (1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment