Open5gs: portainer - manajemen docker: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
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..."
 
No edit summary
 
Line 18: Line 18:


  http://your-IP-address:9000
  http://your-IP-address:9000
Set username & password untuk login

Latest revision as of 01: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