Portainer Setup

Docker

Stopping and Removing a container

Pull the Docker Portainer image

Run Docker Image

Below is a code block where wordpress wont filter ot the original syntax

docker volume create portainer_data
docker run -d -p 9000:9000 -p 8000:8000 --name portainer --restart always --dns=8.8.8.8 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest

Type in your Browser Bar

Portainer
Portainer
Portainer App template
Portainer App template