The officially official Devuan Forum!

You are not logged in.

#1 2022-05-23 11:31:17

Bartes
Member
Registered: 2022-05-23
Posts: 4  

[SOLVED] Install Docker.

Hello, I installed Devuan Chimaera yesterday but I was unable to install docker.
From here https://docs.docker.com/desktop/linux/install/debian/.
But it didn’t work out for me. How can I install Docker or its analogues on this system. Thank you.

Offline

#2 2022-05-23 13:38:46

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: [SOLVED] Install Docker.

Not sure why this thread is marked [SOLVED] without an actual solution but Docker is available from the chimaera repositories:

# apt install docker.io

If the daemon doesn't autostart at boot use

# update-rc.d docker defaults

Brianna Ghey — Rest In Power

Offline

#3 2022-05-23 13:38:54

golinux
Administrator
Registered: 2016-11-25
Posts: 3,137  

Re: [SOLVED] Install Docker.

Welcome to the forum . . .

Unofficial docker images for all Devuan releases including Devuan 4 Chimaera are available here. They are prepared and supported by paddy-hack and jaromil.

Offline

#4 2022-05-23 17:35:43

Bartes
Member
Registered: 2022-05-23
Posts: 4  

Re: [SOLVED] Install Docker.

Thank you, everything worked out for me. It's just not usual without sistemd.

sudo docker run hello-world

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/

Offline

Board footer