Open5gs: portainer - manajemen docker

From OnnoWiki
Jump to navigation Jump to search

Install docker

apt-get update && sudo apt-get upgrade
apt-get install docker.io
systemctl start docker
systemctl enable docker
systemctl status docker

Install portainer

docker pull portainer/portainer-ce:latest
docker run -d -p 9000:9000 --restart always -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer-ce:latest

The above command will start a Portainer container in the background and bind it to the port 9000.

Akses Web

http://your-IP-address:9000


Set username & password untuk login