Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container command not found or does not exist #5

Closed
apeltzer opened this issue Apr 4, 2016 · 3 comments
Closed

Container command not found or does not exist #5

apeltzer opened this issue Apr 4, 2016 · 3 comments
Assignees

Comments

@apeltzer
Copy link
Owner

apeltzer commented Apr 4, 2016

Hi,

Operating system: Ubuntu 15.04 / Windows 10 64 bit (apparently same behaviour on both systems9.

Using docker compose, we try to set up the eager container:

`~/Downloads/deager$ docker-compose up

Removing deager_build

Starting 5182f7036ef7_5182f7036ef7_deager_build

ERROR: for daeger Container command not found or does not exist.
`

Nothing happens...

@apeltzer
Copy link
Owner Author

apeltzer commented Apr 4, 2016

Can't say whats going on, this seems to be a Docker problem unfortunately:

moby/moby#21345

@ChristianKniep
Copy link
Collaborator

I am afraid that was my bad as the path has a slight typo /usr/local/src/github.con/apeltzer/deager/amd64/build.sh. :(

diff --git a/docker-compose.yml b/docker-compose.yml
index ba877eb..8a4ff6a 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,6 +1,6 @@
 daeger:
     volumes:
-     - ./:/usr/local/src/github.con/apeltzer/deager/
+     - ./:/usr/local/src/github.com/apeltzer/deager/
      - /var/run/docker.sock:/var/run/docker.sock
      - ~/data/:/data/
      - ~/gatk/:/gatk/

I created a PR #6

@apeltzer
Copy link
Owner Author

apeltzer commented Apr 6, 2016

This seems to be done

@apeltzer apeltzer closed this as completed Apr 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants