Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
S shunya-docker-containers
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Public
  • shunya-docker-containers
  • Issues
  • #3

Closed
Open
Created Jun 14, 2021 by Pranaav@CIIOT21APR3001Developer

Changed from window to ubuntu

Docker running issue : When i run my container then it just stopped after 2-3 seconds of running

  • when i tried like i did in window then i get these errors: Screenshot_from_2021-06-14_11-21-05
  • And also i got these errors: Screenshot_from_2021-06-14_11-30-43

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.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking