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
/tmp
❯ docker-compose docker-compose: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
outcome: doesn't work
❯ sudo mount /tmp -o remount,exec [sudo] password for zenobius: mount: /tmp: mount point not mounted or bad option.
alpine-pkg-glibc
outcome: works
❯ sudo apk del docker ❯ sudo apk del glibc ❯ sudo rm /usr/local/bin/docker-compose* ❯ sudo apk add --update docker ... ❯ docker system info | grep "Operating System" WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled Operating System: Docker Desktop ❯ sudo pip3 install docker-compose --force-reinstall ...
Installed docker via this process:
and:
$ sudo apk add --update docker
Investigation efforts:
❯ cat /etc/os-release NAME="Alpine Linux" ID=alpine VERSION_ID=3.9.0 PRETTY_NAME="Alpine Linux v3.9" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://bugs.alpinelinux.org/"
The text was updated successfully, but these errors were encountered:
Solved it:
docker
community
docker-compose
❯ sudo apk add --update docker ... ❯ docker system info | grep "Operating System" WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled Operating System: Docker Desktop ❯ sudo pip3 install docker-compose --force-reinstall ...
Sorry, something went wrong.
No branches or pull requests
Attempts to fix it
/tmp
outcome: doesn't work
outcome: doesn't work
alpine-pkg-glibc
and just use standard alpine docker packages:outcome: works
info
Installed docker via this process:
and:
$ sudo apk add --update docker
Investigation efforts:
The text was updated successfully, but these errors were encountered: