mirror of https://github.com/docker/cli.git
Replace environmental with environment
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
This commit is contained in:
parent
69bd2728c4
commit
f1f3d3be17
|
@ -219,7 +219,7 @@ tutorial](https://docs.docker.com/engine/swarm/swarm-tutorial/rolling-update/).
|
|||
|
||||
### 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
|
||||
$ docker service create \
|
||||
|
|
Loading…
Reference in New Issue