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

docker-compose: no such file or directory #5

Open
ghost opened this issue Apr 12, 2017 · 3 comments
Open

docker-compose: no such file or directory #5

ghost opened this issue Apr 12, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Apr 12, 2017

By following the steps to install a package, I installed docker-compose

ls -la /usr/pkg/bin/docker-compose showed that the binary exists

But $ docker-compose up returned the error message:

/usr/pkg/bin/docker-compose: no such file or directory

@ghost
Copy link
Author

ghost commented Apr 13, 2017

After some googling I found that the problem might be that the machine is 64bit and the docker-compose is a 32bit one..

@rnagy
Copy link

rnagy commented Apr 13, 2017

The reason why docker-compose is broken because it was explicitly built against
glibc and CargOS is using musl libc.
The official docker-compose binaries will only run with glibc.
We are looking at the issue and will provide a working docker-compose package
in the next couple of days.

@ghost
Copy link
Author

ghost commented Apr 14, 2017

@rnagy thank you for the fast reply, actually after I have faced that issue, I've looked for some alternatives, and found rancherOS. Seems like cargOS and rancherOS both, are using busybox under the hood.

I found, that the installation process of cargOS is a bit nicer, because it has that wizard which lets you set up the system and so on. On the other hand, rancherOS can be configured with a simple yml file, which is also very nice, because you can commit, store, share that configuration and deploy to a bunch of nodes if you like.

However, could you describe what the main difference between these two host systems are?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant