Difference between revisions of "Open5gs: portainer - manajemen docker"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Install docker apt-get update && sudo apt-get upgrade apt-get install docker.io systemctl start docker systemctl enable docker systemctl status docker Install portaine...") |
Onnowpurbo (talk | contribs) |
||
Line 18: | Line 18: | ||
http://your-IP-address:9000 | http://your-IP-address:9000 | ||
+ | |||
+ | |||
+ | Set username & password untuk login |
Latest revision as of 08:36, 1 September 2023
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