Comments on How to Manage Docker Containers using Portainer on Ubuntu
Portainer is an open-source management UI for Docker, including Docker Swarm environment. Portainer makes it easier for you to manage your Docker containers, it allows you to manage containers, images, networks, and volumes from the web-based Portainer dashboard.
8 Comment(s)
Comments
Yum isn't used on Ubuntu. APT is used.
Should have gone with Rancher
https://stackshare.io/stackups/portainer-vs-rancher
The tutorial for Rancher on Ubuntu is available here: https://www.howtoforge.com/tutorial/ubuntu-rancher-docker-container-manager/
This "tutorial" is about as useless as Portainer itself. Illustrating the basics of a system doesn't help. How about doing something useful, like showing people how to create a container from an existing image NOT preprogrammed into Portainer via a template. Show them how following the form ends with "Command not specified" errors, or that there is no useable documentation for the Portainer UI aside from empty screen shots, or that to get things accomplished, they are going to have to drop out to the command line and interface with docker directly.
As a beginner, I really liked it. It was enough to install and run docker on ubuntu
Thanks for this detailed tutorial. Very informative. Worked for me on every step with no issues.
Great and easy just was i was looking for can we get one on updating the containers using portainer :) cheers
I cannot reach the Portainer config page at the end of step #3. I am subtituting my own Ubuntu server's IP for yours and I'm on the same subnet also. https://192.168.1.25:9000 or http://192.168.1.25:9000 are not reachable.