

Then run the command: sudo docker run -d -p 8000:8000 -p 9000:9000 -name=portainer -restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce Run the command: sudo docker volume create portainer_data

Once the installation succeeds (as below), you can move on to the next step
#Kitematic docker shell install#
This will install Docker Engine to your PC. On your Ubuntu Desktop, open a terminal window, and enter the command: Dont forget though, Portainer also works on Windows and MacOS, so we have you covered regardless.įirst things first, lets install Docker (skip this step if you already have Docker installed). So, for all you Linux lovers out there, let's see how easy it is to get Docker Engine plus Portainer UI running on your Ubuntu Development workstation. We recommend using our official documentation to ensure that you are installing the latest version of Portainer.Īccording to the 2021 StackOverflow Survey (of 80,000 respondents), 25% of all developers out there use Linux as their primary desktop Operating System, yet Docker Desktop, which is a combination of Docker Engine and Graphical UI, is only able to be deployed on Windows or MacOS (as of August 2021). Note: As this is an older blog post, the installation instructions below are out of date.
