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
Issue while installing docker inside s390x container under qemu #108
Comments
|
What is the host OS? Ubuntu? I am not sure about the issue. The If you can find it. First you can try Travis Next you can try the following apt package. May it also overrides teh binfmt_misc files. If still does not work, it might be QEMU issue. |
Yes, Ubuntu 18.04
Contents of this file are
I cannot do without QEMU in the environment I have reported this bug on qemu issue tracker https://bugs.launchpad.net/qemu/+bug/1880518 |
Sure, this is expected one.
I meant if you use Travis CI's s390x native host feature, you can build and run your s390x
Nice! Thank you for that. |
The error appears on s390x native container, but it does not stop docker from starting. docker in docker works flawlessly on s390x native host. Following trick worked to get docker service up on s390x container under QEMU. but docker pull fails with this error I have mentioned this in the bug reported on qemu issue tracker. |
|
This is can be closed as corresponding qemu issue is closed |
Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)
/kind bug
Description:
Not able to install docker inside s390x container under qemu on amd64
Steps to reproduce the issue:
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker run --it --privileged s390x/ubuntu:18.04
apt-get update
apt-get install -y
apt-transport-https
ca-certificates
curl
gnupg-agent
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
add-apt-repository
"deb [arch=s390x] https://download.docker.com/linux/ubuntu
$(lsb_release -cs)
stable"
apt-get update
apt-get install -y --no-install-recommends docker-ce=18.06.*
Describe the results you received:
These errors are seen while installing docker
docker does not come up after running
service docker startDescribe the results you expected:
Docker is expected to come up after running
service docker startEnvironment:
Output of
docker versionAdditional information optionally:
I tried the following fixes before installing docker inside the s390x container but they didn't work.
The text was updated successfully, but these errors were encountered: