proxmox container setup with docker

magicman32

Member
Mar 23, 2021
10
0
6
53
Hi, as I said in last post, very new to proxmox

I managed to get a container installed, and installed docker and docker-compose
but when I try to run the docker "Hello World" I get the following error

If someone can tell me if Im doing anything wrong that would be helpful
Thanks


proxmox-ct.png
 
hi,

you can try with an ubuntu container and install docker.io
 
this is how I installed
sudo apt-get install docker-ce docker-ce-cli containerd.io

so change out containered.io for docker.io ??
 
Best practice, install docker inside a VM.

We never recommend using docker in LXC.
 
Sorry if I'm butting in, but if you're new to Docker, I would install the Portainer Docker web interface.

Derek
DerekG