mirror of https://github.com/docker/cli.git
Merge pull request #1536 from nirs/environmental
Replace environmental with environment
This commit is contained in:
commit
1f61ced7b3
|
@ -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