Portainer logo

Install Portainer in our new Docker environment

Install Portainer Tired of using docker in cli and want a webui to help manage things? Here we go. Bring up the Portainer image We’ll go with what the Portainer docs say except for one tweak. Portainer sets the image to restart: always and for me I like restart: unless-stopped. This way if I stop the container it stays stopped until I start it again. First create a volume for the Portainer data then run the Portainer image. ...

February 24, 2025 · 2 min
Docker logo

Install Docker on Ubuntu

Install Docker I’ve watched a lot of YouTube creators and read a lot of articles on how to install Docker on Ubuntu and almost always they go through the history and what containers are and the benefits of using containers. I also see them install docker-compose. Totally not needed, compose has been built in as a module for some time now. If I’m looking for a tutorial on how to install Docker, I already know what containers are and the benefits of using them. I just want to install Docker. So, I’m going to skip all that and get straight to the point using a minimal Ubuntu server build. ...

December 19, 2024 · 1 min