Skip to content

Commit

Permalink
correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
carehart authored Nov 5, 2020
1 parent 3fd2cb1 commit d930970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/context/aci-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d930970

Please sign in to comment.