We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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...
The text was updated successfully, but these errors were encountered:
Can't say whats going on, this seems to be a Docker problem unfortunately:
moby/moby#21345
Sorry, something went wrong.
I am afraid that was my bad as the path has a slight typo /usr/local/src/github.con/apeltzer/deager/amd64/build.sh. :(
/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
This seems to be done
ChristianKniep
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: