Merge pull request #84 from stephenbjm/master

Update deployment.rst
pull/89/head
William 2019-10-30 00:22:00 +13:00 committed by GitHub
commit d6c0bdd8ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Inside a Swarm cluster
Before deploying Portainer inside your Swarm cluster, you should ensure that Docker and your Swarm are configured correctly.
You can refer to the :ref:`Troubleshooting` section to ensure you have correctly configured your environment.
Following the above, you are ready to deploy Portainer inside a Swarm cluster using using our recommended agent enabled deployment.
Following the above, you are ready to deploy Portainer inside a Swarm cluster using our recommended agent-enabled deployment.
**Note**: This setup will assume that you're executing the following instructions on a Swarm manager node.
::
@ -45,7 +45,7 @@ You'll need to persist Portainer data to keep your changes after restart/upgrade
Windows
----------------------------------------------------------
Docker for Windows 10 supports running both Linux and Windows containers and you need to use a different start command depending which container type you are using.
Docker for Windows 10 supports running both Linux and Windows containers and you need to use a different start command depending on which container type you are using.
Windows Server supports only native Windows containers.
**Note:** You must create the folder in which you want the data to be persisted before running the following command. For example, if you want the data to persist in C:\ProgramData\Portainer you need to create the Portainer directory within C:\ProgramData as it does not exist by default.