Merge pull request #133 from samdulam/upgrade-docs
add docker desktop to WSL option to make it clearpull/127/head^2
commit
e220267817
|
@ -31,7 +31,7 @@ Use the following Docker commands to deploy the Portainer Server; note the agent
|
|||
docker run -d -p 9001:9001 --name portainer_agent --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker/volumes:/var/lib/docker/volumes portainer/agent:2.0.0
|
||||
```
|
||||
|
||||
=== "Docker on Windows WSL"
|
||||
=== "Docker on Windows WSL / Docker Desktop"
|
||||
!!! Abstract ""
|
||||
Before you can deploy Portainer in Docker Standalone running in Windows, you need to install WSL. [Read this guide to know more about WSL/WSL2](https://docs.microsoft.com/en-us/windows/wsl/install-win10){target=_blank}
|
||||
|
||||
|
|
|
@ -171,7 +171,7 @@ Alternatively, if installing using our helm chart you can add the following opti
|
|||
kubectl apply -n portainer -f https://downloads.portainer.io/portainer-agent-k8s-lb.yaml
|
||||
```
|
||||
|
||||
=== "Deploy on Windows WSL"
|
||||
=== "Deploy on Windows WSL / Docker Desktop"
|
||||
!!!Abstract ""
|
||||
You can deploy Portainer in a Kubernetes environment in Windows using Docker Desktop.
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ Use the following Docker commands to deploy the Portainer Server; note the agent
|
|||
```
|
||||
|
||||
|
||||
=== "Docker Swarm on Windows WSL"
|
||||
=== "Docker Swarm on Windows WSL / Docker Desktop"
|
||||
!!! Abstract ""
|
||||
Before you can deploy Portainer in Docker Swarm running in Windows, you need to install WSL. [Read this guide to know more about WSL/WSL2](https://docs.microsoft.com/en-us/windows/wsl/install-win10){target=_blank}
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ Use the following Docker commands to deploy the Portainer Server; note the agent
|
|||
docker run -d -p 9001:9001 --name portainer_agent --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker/volumes:/var/lib/docker/volumes portainer/agent
|
||||
```
|
||||
|
||||
=== "Docker on Windows WSL"
|
||||
=== "Docker on Windows WSL / Docker Desktop"
|
||||
!!! Abstract ""
|
||||
Before you can deploy Portainer in Docker Standalone running in Windows, you need to install WSL. [Read this guide to know more about WSL/WSL2](https://docs.microsoft.com/en-us/windows/wsl/install-win10){target=_blank}
|
||||
|
||||
|
|
|
@ -171,7 +171,7 @@ Alternatively, if installing using our helm chart you can add the following opti
|
|||
kubectl apply -n portainer -f https://downloads.portainer.io/portainer-agent-k8s-lb.yaml
|
||||
```
|
||||
|
||||
=== "Deploy on Windows WSL"
|
||||
=== "Deploy on Windows WSL / Docker Desktop"
|
||||
!!! Abstract ""
|
||||
You can deploy Portainer in a Kubernetes environment in Windows using Docker Desktop.
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ Use the following Docker commands to deploy the Portainer Server; note the agent
|
|||
```
|
||||
|
||||
|
||||
=== "Docker Swarm on Windows WSL"
|
||||
=== "Docker Swarm on Windows WSL / Docker Desktop"
|
||||
!!! Abstract ""
|
||||
Before you can deploy Portainer in Docker Swarm running in Windows, you need to install WSL. [Read this guide to know more about WSL/WSL2](https://docs.microsoft.com/en-us/windows/wsl/install-win10){target=_blank}
|
||||
|
||||
|
|
Loading…
Reference in New Issue