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
This image is built and deployed successfully, but fail to run:
Multy-back/Dockerfile
Lines 24 to 27 in 822857b
$ docker run multyio/multy-back /bin/sh: /multy/multy-back: not found
Because:
https://stackoverflow.com/questions/34729748/installed-go-binary-not-found-in-path-on-alpine-linux-docker
CC @Enmk
The text was updated successfully, but these errors were encountered:
multy status
Need to compile with musl, which is the default replacement for glibc on Apline.
musl
glibc
Sorry, something went wrong.
Fixed in 'dev' branch with PR #125
No branches or pull requests
This image is built and deployed successfully, but fail to run:
Multy-back/Dockerfile
Lines 24 to 27 in 822857b
Because:
https://stackoverflow.com/questions/34729748/installed-go-binary-not-found-in-path-on-alpine-linux-docker
CC @Enmk
The text was updated successfully, but these errors were encountered: