Added back setting of new config name; fixes #6776 (#6777)

This commit is contained in:
Matt Bentley 2018-05-29 08:18:27 -05:00 committed by Gwendolynne Barr
parent d42e48f85c
commit 2c234ea998
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ service and save it to a file:
3. Create a new Docker configuration object from the file you've edited:
```bash
NEW_CONFIG_NAME="com.docker.ucp.interlock.conf-$(( $(cut -d '-' -f 2 <<< "$CURRENT_CONFIG_NAME") + 1 ))"
docker config create $NEW_CONFIG_NAME config.toml
```