Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

  1. ModalAI Support Forum
  2. Ask your questions right here!
  3. Support Request Format for Best Results
  4. How to make a clean Docker installation on Voxl?

How to make a clean Docker installation on Voxl?

Scheduled Pinned Locked Moved Support Request Format for Best Results
5 Posts 2 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ariel Saez
    Contributor
    wrote on last edited by
    #1

    Hello, I am having several problems with Docker and daemon, I try to use Roskinetic image on the voxl 1 in my Seecker Drone but it gives me many errors and it does not start, when using the voxl-configure-docker-support tool the docker-daemon service start but the docker-autorun servico apears to be enable but not running:

    Scanning services...
    /usr/bin/voxl-inspect-services: line 131: printf: %: invalid number

    Service Name | Enabled | Running | CPU Usage

    docker-autorun | Enabled | Not Running |
    docker-daemon | Enabled | Running | 0.0''
    modallink-relink | Disabled | Not Running |
    voxl-camera-server | Enabled | Running | 1.8%
    voxl-cpu-monitor | Enabled | Running | 0.0%
    voxl-dfs-server | Disabled | Not Running |
    voxl-imu-server | Enabled | Running | 0.0%
    voxl-lepton-server | Disabled | Not Running |
    voxl-mavcam-manager | Disabled | Not Running |
    voxl-mavlink-server | Enabled | Running | 5.5%
    voxl-modem | Disabled | Not Running |
    voxl-portal | Enabled | Running | 0.0%
    voxl-qvio-server | Enabled | Running | 11.1%
    voxl-rangefinder-server | Disabled | Not Running |
    voxl-remote-id | Disabled | Not Running |
    voxl-streamer | Disabled | Not Running |
    voxl-tag-detector | Disabled | Not Running |
    voxl-tflite-server | Disabled | Not Running |
    voxl-time-sync | Disabled | Not Running |
    voxl-uvc-server | Disabled | Not Running |
    voxl-vision-hub | Enabled | Running | 1.8%
    voxl-wait-for-fs | Enabled | Completed |

    I check the docker images and the RosKinetic apears to be uploaded:

    voxl:~$ docker images
    REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
    roskinetic-xenial v1.0 0e12749bdc00 4 years ago 1.633 GB
    hello-image latest efc161607398 7 years ago 2.088 kB

    but when I run docker with the roskinetic image following the How to run Ubuntu on VOXL using Docker, I run the roskinetic image and I get the following error:

    docker run -it --rm --privileged --net=host --name roskinetic -v /home/root:/root/yoctohome/:rw -w /root/ roskinetic-xenial:v1.0 /bin/bash
    Error response from daemon: Cannot start container 1ce02a3225dc996fd565fc50d71da2064552232924e3444c5a81d7b304292626: network host not found

    and trying to run the docker anyway I got the same error. " network host not found",

    voxl:~$ voxl-docker -i roskinetic
    Unable to find image 'roskinetic:latest' locally
    Pulling repository docker.io/library/roskinetic
    Error while pulling image: Get https://index.docker.io/v1/repositories/library/roskinetic/images: dial tcp: lookup index.docker.io on 8.8.8.8:53: dial udp 8.8.8.8:53: connect: network is unreachable

    I try to fix the problem but I can find a solution, there's any way to fully uninstall Docker on the voxl and make a clean installation to fix my problem?

    Eric KatzfeyE 1 Reply Last reply
    0
    • A Ariel Saez

      Hello, I am having several problems with Docker and daemon, I try to use Roskinetic image on the voxl 1 in my Seecker Drone but it gives me many errors and it does not start, when using the voxl-configure-docker-support tool the docker-daemon service start but the docker-autorun servico apears to be enable but not running:

      Scanning services...
      /usr/bin/voxl-inspect-services: line 131: printf: %: invalid number

      Service Name | Enabled | Running | CPU Usage

      docker-autorun | Enabled | Not Running |
      docker-daemon | Enabled | Running | 0.0''
      modallink-relink | Disabled | Not Running |
      voxl-camera-server | Enabled | Running | 1.8%
      voxl-cpu-monitor | Enabled | Running | 0.0%
      voxl-dfs-server | Disabled | Not Running |
      voxl-imu-server | Enabled | Running | 0.0%
      voxl-lepton-server | Disabled | Not Running |
      voxl-mavcam-manager | Disabled | Not Running |
      voxl-mavlink-server | Enabled | Running | 5.5%
      voxl-modem | Disabled | Not Running |
      voxl-portal | Enabled | Running | 0.0%
      voxl-qvio-server | Enabled | Running | 11.1%
      voxl-rangefinder-server | Disabled | Not Running |
      voxl-remote-id | Disabled | Not Running |
      voxl-streamer | Disabled | Not Running |
      voxl-tag-detector | Disabled | Not Running |
      voxl-tflite-server | Disabled | Not Running |
      voxl-time-sync | Disabled | Not Running |
      voxl-uvc-server | Disabled | Not Running |
      voxl-vision-hub | Enabled | Running | 1.8%
      voxl-wait-for-fs | Enabled | Completed |

      I check the docker images and the RosKinetic apears to be uploaded:

      voxl:~$ docker images
      REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
      roskinetic-xenial v1.0 0e12749bdc00 4 years ago 1.633 GB
      hello-image latest efc161607398 7 years ago 2.088 kB

      but when I run docker with the roskinetic image following the How to run Ubuntu on VOXL using Docker, I run the roskinetic image and I get the following error:

      docker run -it --rm --privileged --net=host --name roskinetic -v /home/root:/root/yoctohome/:rw -w /root/ roskinetic-xenial:v1.0 /bin/bash
      Error response from daemon: Cannot start container 1ce02a3225dc996fd565fc50d71da2064552232924e3444c5a81d7b304292626: network host not found

      and trying to run the docker anyway I got the same error. " network host not found",

      voxl:~$ voxl-docker -i roskinetic
      Unable to find image 'roskinetic:latest' locally
      Pulling repository docker.io/library/roskinetic
      Error while pulling image: Get https://index.docker.io/v1/repositories/library/roskinetic/images: dial tcp: lookup index.docker.io on 8.8.8.8:53: dial udp 8.8.8.8:53: connect: network is unreachable

      I try to fix the problem but I can find a solution, there's any way to fully uninstall Docker on the voxl and make a clean installation to fix my problem?

      Eric KatzfeyE Offline
      Eric KatzfeyE Offline
      Eric Katzfey
      ModalAI Team
      wrote on last edited by
      #2

      @Ariel-Saez What about voxl-docker -i roskinetic-xenial:v1.0?

      A 1 Reply Last reply
      0
      • Eric KatzfeyE Eric Katzfey

        @Ariel-Saez What about voxl-docker -i roskinetic-xenial:v1.0?

        A Offline
        A Offline
        Ariel Saez
        Contributor
        wrote on last edited by
        #3

        @Eric-Katzfey Hi, the same error...:

        voxl:~$ voxl-docker -i roskinetic-xenial:v1.0
        Error response from daemon: Cannot start container d2a8c94cb91281035cfac16fc5a1df7abf2a031135f3583561197443fed57337: network host not found

        Eric KatzfeyE 1 Reply Last reply
        0
        • A Ariel Saez

          @Eric-Katzfey Hi, the same error...:

          voxl:~$ voxl-docker -i roskinetic-xenial:v1.0
          Error response from daemon: Cannot start container d2a8c94cb91281035cfac16fc5a1df7abf2a031135f3583561197443fed57337: network host not found

          Eric KatzfeyE Offline
          Eric KatzfeyE Offline
          Eric Katzfey
          ModalAI Team
          wrote on last edited by
          #4

          @Ariel-Saez That doesn't look like the same error to me. Seems it is trying to actually run the image now instead of saying it can't find it. But then it is complaining about network connectivity. Try removing the -net=host part of the docker run command.

          A 1 Reply Last reply
          0
          • Eric KatzfeyE Eric Katzfey

            @Ariel-Saez That doesn't look like the same error to me. Seems it is trying to actually run the image now instead of saying it can't find it. But then it is complaining about network connectivity. Try removing the -net=host part of the docker run command.

            A Offline
            A Offline
            Ariel Saez
            Contributor
            wrote on last edited by
            #5

            @Eric-Katzfey I try, and show me this error:

            Captura de pantalla de 2024-07-05 15-27-53.png

            1 Reply Last reply
            0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            ModalAI
            Categories Recent Tags ModalAI.com Docs
            © 2026 ModalAI® · Accelerating autonomy for smaller, smarter, safer drones · Powered by NodeBB
            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups