Merge pull request #11703 from carehart/patch-4

correct typos
This commit is contained in:
Usha Mandya 2020-11-05 09:42:53 +00:00 committed by GitHub
commit 8822e9ae34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -159,7 +159,7 @@ Name resolution between containers is achieved by writing service names in the `
Single containers and Compose applications can be removed from ACI with
the `docker prune` command. The `docker prune` command removes deployments
that not currently running. To remove running depoyments, you can specify
that are not currently running. To remove running depoyments, you can specify
`--force`. The `--dry-run` option lists deployments that are planned for
removal, but it doesn't actually remove them.
@ -251,10 +251,10 @@ mystorageaccount/test-volume
By default, if the storage account does not already exist, this command
creates a new storage account using the Standard LRS as a default SKU, and the
resource group and location associated with you Docker ACI context.
resource group and location associated with your Docker ACI context.
If you specify an existing storage account, the command creates a new
file share in the exsting account:
file share in the existing account:
```console
$ docker --context aci volume create test-volume2 --storage-account mystorageaccount