ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. wouter
    3. Topics
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by wouter

    • W

      docker pull returns 410 Gone

      Ask your questions right here!
      • • • wouter
      3
      0
      Votes
      3
      Posts
      437
      Views

      Zachary Lowell 0Z

      Hi @wouter the reason this is happening is recently docker depricated their api v1 version and are only using v2 api calls now. Meaning the original voxl is not able to pull down pre made docker images. The solution around this is to build the docker image on a parent computer, tar it up via docker save, then push that to the voxl and run a docker load -i on the tar file.

      You can follow similar to what we do in voxl-docker-mavsdk:

      https://gitlab.com/voxl-public/voxl-docker-images/voxl-docker-mavsdk/-/blob/main/Dockerfile?ref_type=heads

    • W

      Query /run/mpa/vvpx4_sys_status in terminal

      Ask your questions right here!
      • • • wouter
      4
      0
      Votes
      4
      Posts
      249
      Views

      W

      @Alex-Gardner Thank for your reply, could you maybe look at my question I still have?