• 4 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle




  • Any ideas how to solve this? Everthing works according to docker…

    XXXXX@lemmy:~/Lemmy-Easy-Deploy$ ./deploy.sh

    Lemmy-Easy-Deploy by ubergeek77 (v1.1.1)

    Detected runtime: docker (Docker version 24.0.2, build cb74dfc) Detected compose: docker compose (Docker Compose version v2.18.1) Runtime state: ERROR

    ERROR: Docker runtime not healthy. Something is wrong with your Docker installation. Please ensure you can run the following command on your own without errors: docker run --rm -it -v $(pwd):/host:ro hello-world

    If you see any errors while running that command, please Google the error messages to see if any of the solutions work for you. Once Docker is functional on your system, you can try running Lemmy Easy Deploy again.

    XXXXX@lemmy:~/Lemmy-Easy-Deploy$ sudo docker run --rm -it -v $(pwd):/host:ro hello-world [sudo] password for XXXXX:

    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

    Thanks!