From b14c2f02d4b59a174c6703d5fa3649dcb562c222 Mon Sep 17 00:00:00 2001 From: James Carppe Date: Wed, 7 Jul 2021 15:02:11 +1200 Subject: [PATCH] Additional spelling / grammar fixes --- docs/v2.0-be/deploy/beinstalldocker.md | 6 +++--- docs/v2.0/deploy/ceinstalldocker.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/v2.0-be/deploy/beinstalldocker.md b/docs/v2.0-be/deploy/beinstalldocker.md index 960aab7..6f57949 100644 --- a/docs/v2.0-be/deploy/beinstalldocker.md +++ b/docs/v2.0-be/deploy/beinstalldocker.md @@ -216,7 +216,7 @@ Use the following Docker commands to deploy the Portainer Server; note the agent ```shell docker run -d -p 9000:9000 -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer-ce --logo "https://www.docker.com/sites/all/themes/docker/assets/images/brand-full.svg" ``` - This can also be completed via the GUI in the Portaner Settings menu + This can also be updated via the GUI in the Portainer Settings menu. ## Use your own templates @@ -224,7 +224,7 @@ Use the following Docker commands to deploy the Portainer Server; note the agent By default Portainer templates will be used but you can also define your own templates. - Note: at the moment, templates are only loaded once at first Portainer startup. If you already deployed a Portainer instance and want to use your own templates after this, you’ll need to clear any existing templates (default templates) via the HTTP API. + Note: at the moment, templates are only loaded once at first Portainer startup. If you already deployed a Portainer instance and want to use your own templates after this, you’ll need to clear any existing templates (default templates) via the user interface or the HTTP API. Using the --templates flag you can specify an URL where the template file can be accessed via HTTP. @@ -232,7 +232,7 @@ Use the following Docker commands to deploy the Portainer Server; note the agent docker run -d -p 9000:9000 -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer-ce --templates http://my-host.my-domain/templates.json ``` - Suggestion: You can host your template files in [Github](https://www.github.com) + The template file must be accessible from Portainer without authentication. We suggest hosting the template files on [Github](https://www.github.com). ## Available flags diff --git a/docs/v2.0/deploy/ceinstalldocker.md b/docs/v2.0/deploy/ceinstalldocker.md index 052158f..c816c70 100644 --- a/docs/v2.0/deploy/ceinstalldocker.md +++ b/docs/v2.0/deploy/ceinstalldocker.md @@ -218,7 +218,7 @@ Use the following Docker commands to deploy the Portainer Server; note the agent ```shell docker run -d -p 9000:9000 -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer-ce --logo "https://www.docker.com/sites/all/themes/docker/assets/images/brand-full.svg" ``` - This can also be completed via the GUI in the Portaner Settings menu + This can also be updated via the GUI in the Portainer Settings menu. ## Use your own templates @@ -226,7 +226,7 @@ Use the following Docker commands to deploy the Portainer Server; note the agent By default Portainer templates will be used but you can also define your own templates. - Note: at the moment, templates are only loaded once at first Portainer startup. If you already deployed a Portainer instance and want to use your own templates after this, you’ll need to clear any existing templates (default templates) via the HTTP API. + Note: at the moment, templates are only loaded once at first Portainer startup. If you already deployed a Portainer instance and want to use your own templates after this, you’ll need to clear any existing templates (default templates) via the user interface or the HTTP API. Using the --templates flag you can specify an URL where the template file can be accessed via HTTP. @@ -234,7 +234,7 @@ Use the following Docker commands to deploy the Portainer Server; note the agent docker run -d -p 9000:9000 -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer-ce --templates http://my-host.my-domain/templates.json ``` - Suggestion: You can host your template files in [Github](https://www.github.com) + The template file must be accessible from Portainer without authentication. We suggest hosting the template files on [Github](https://www.github.com). ## Available flags