2022-09-12

In this article, we will install Docker and the Portainer on an LXC container in Proxmox 7.

This is the Docker script found on the official docker installer website.

To Install Docker

First, you need to update and upgrade the container packages.

Add Docker’s official GPG key:

Use the following command to set up the stable repository.

Update the apt package index, and install the latest version of Docker Engine and container.

Then you need to verify docker is running on the system.

If everything is done correctly, docker should be running.

To Install Portainer

After installation, run the command below to get the Portainer IP address.

Add Portainer port 9000 to the end of the IP address to access Portainer GUI.

If you liked this article, please subscribe to our YouTube Channel for tech news, reviews and video tutorials. You can also find us on Twitter, Instagram and Facebook.

The post How to Install Docker and Portainer in a Promox 7 LXC Container appeared first on Crenovated.

Show more