Closed zinovya closed 5 years ago
I'm rebuilding and updating the image. The problem was in the kernel. Will be up later today.
There it go... you can grab the updated Fedora image on https://drive.google.com/open?id=1MndnrABt3LUgEBVq-ZYWWzo1PVhxfOla.
The readme is updated too.
@carlosedp, thanks a lot for prompt response
Please report back if it worked.
@carlosedp I just tried it - works fine. Thanks again.
Hi,
I was trying to run docker on Fedora QEMU image. I follow this guide get it going:
run_fedora.sh
script to launch the QEMU.Downloaded pre-build Go, [install pack] (https://drive.google.com/open?id=1Op8l6yq6H_C_zpZUpvO-zHxwbtcrAGcQ) and used
install.sh
to install docker.The install script reported an error when docker service (
systemctl start docker
) was launched:When I run
journalctl -xn | less
I can see following docker related messages:I tried restarting QEMU, but the problem persists. When I perform the same steps on Debian image, it works fine.
Any help much appreciated.