Changed from window to ubuntu
Docker running issue : When i run my container then it just stopped after 2-3 seconds of running
Solution:
- First, install dependencies for running the shunyaos container, to make sure it works on our x86_64 systems:
sudo apt-get install qemu binfmt-support qemu-user-static
- Make sure you run the following command before starting the shunyaos container, or you'll get errors in doing so.
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- Pull the shunyaos/shunya:armv7 image or any else image you want to
docker pull shunyaos/shunya-console-armv7
Now try to run your container again you will be able to run it now.