Step 4: Start portainer
Start a local instance of portainer:
docker run -p 8000:8000 -p 9000:9000 -p 9443:9443 -v '/var/run/docker.sock:/var/run/docker.sock' -d --name my-portainer portainer/portainer-ce
Open the portainer UI in a browser with the following url:
ü http://localhost:9000
You will be asked to provide a password for the admin user. Remember this password (example: 'wagowagowago').