Recent content by donpablonow

  1. D

    Update Probléme -

    Hey @okie You are nearly there, you now just need to run: apt-get install docker-ce docker-ce-cli containerd.io Then apt-cache madison docker-ce Now install Portainer mkdir /root/portainer/data And finely docker run -d -p 9000:9000 -v /root/portainer/data:/data -v...