Skip to content

Fedora - Docker - Onboarding cannot find Docker #50

@NamasteJasutin

Description

@NamasteJasutin

Running the included ./install.sh from NemoClaw, during the onboarding stage you'll see Docker is not running error.
I've setup Docker per the latest Fedora 43 docs on Docker https://docs.docker.com/engine/install/fedora/ since it's normally native to podman instead.

justin@octane:~/Development/nemoclaw/NemoClaw$ ./install.sh
[INFO]  === NemoClaw Installer ===
[INFO]  NemoClaw package.json found in current directory — installing from source…

up to date, audited 674 packages in 2s

133 packages are looking for funding
  run `npm fund` for details

3 vulnerabilities (2 high, 1 critical)

To address all issues, run:
  npm audit fix --force

Run `npm audit` for details.

up to date, audited 3 packages in 1s

found 0 vulnerabilities
[INFO]  Running nemoclaw onboard…

  NemoClaw Onboarding
  ===================

  [1/7] Preflight checks
  ──────────────────────────────────────────────────
  Docker is not running. Please start Docker and try again.
justin@octane:~/Development/nemoclaw/NemoClaw$ sudo docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
17eec7bbc9d7: Pull complete
ea52d2000f90: Download complete
Digest: sha256:85404b3c53951c3ff5d40de0972b1bb21fafa2e8daa235355baf44f33db9dbdd
Status: Downloaded newer image for hello-world:latest

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

I've included the docker run hello-world example to show it's working.
npx version 11.9.0
Docker version 29.3.0, build 1.fc43

I'm currently unable to continue

Metadata

Metadata

Assignees

No one assigned

    Labels

    platform: containerAffects Docker, containerd, Podman, or images

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions