Replace environmental with environment

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
This commit is contained in:
Nir Soffer 2018-11-29 01:33:47 +02:00
parent 69bd2728c4
commit f1f3d3be17
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 \