Merge pull request #2467 from dnephin/remove_migrate_to_labels
Remove migrate-to-labels.
This commit is contained in:
commit
ecf2dd11f9
10 changed files with 7 additions and 484 deletions
|
|
@ -98,7 +98,7 @@ be recreated with labels added.
|
|||
If Compose detects containers that were created without labels, it will refuse
|
||||
to run so that you don't end up with two sets of them. If you want to keep using
|
||||
your existing containers (for example, because they have data volumes you want
|
||||
to preserve) you can migrate them with the following command:
|
||||
to preserve) you can use compose 1.5.x to migrate them with the following command:
|
||||
|
||||
$ docker-compose migrate-to-labels
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ Commands:
|
|||
stop Stop services
|
||||
unpause Unpause services
|
||||
up Create and start containers
|
||||
migrate-to-labels Recreate containers to add labels
|
||||
version Show the Docker-Compose version information
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue