Docker inside a container
Hi guys, newbie here. I am trying to run docker inside an ubuntu container. But I can't start the docker service with systemctl, what is the best practice here? I want to use this ubuntu container with work related stuff. Thanks in advance.
12 Replies
Install docker to the host
And start it with systemd as usual
Use sudo system install <package>, that package must be in the arch Linux repos
oh, yes that worked on the main os
thank you
is there any way to run it inside container, by symlinking or something?
You shouldn’t need to
Docker should be accessible from the container, if not, just use docker from the host
I couldn't access it inside the container
okay thanks
Personally I prefer podman :P
Which is already used for the distro containers
I wanted to work inside ubuntu with work related stuff
and arch with entertainment etc
Try working from Arch :)
It’s better
but I use ubuntu on servers xD
And?
yes I came from endeavouros, I love arch but ubuntu is better for production servers
or debian
but I got your point
Eh I use all 3
Mainly Ubuntu but I use Arch for basic single purpose servers
As it’s lighter and easier to install
thanks for your help bro