Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Note: Port 9000 is the general port used by Portainer for the UI access.
- # Port 8000 is used exclusively by the EDGE agent for the reverse tunnel function.
- # If you do not plan to use the edge agent, you do not need to expose port 8000
- docker volume create portainer_data
- docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
- # kemudian login di browser port 9000, create user admin password minimal 8 karakter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement