Merge pull request #1536 from nirs/environmental

Replace environmental with environment
This commit is contained in:
Sebastiaan van Stijn 2018-11-29 02:33:38 +01:00 committed by GitHub
commit 1f61ced7b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ tutorial](https://docs.docker.com/engine/swarm/swarm-tutorial/rolling-update/).
### Set environment variables (-e, --env) ### Set environment variables (-e, --env)
This sets an environmental variable for all tasks in a service. For example: This sets an environment variable for all tasks in a service. For example:
```bash ```bash
$ docker service create \ $ docker service create \