Portainer on Windows
Last updated
Last updated
Using a powershell prompt (non-administrator) type the following:
docker run -d -p 9000:9000 -v portainer_data:/data portainer/portainer-ce -H tcp://10.0.75.1:2375
Portainer will be available at
To run Portainer container in a native Windows container, the syntax is:
For more info, check .