mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Add bash information about return codes. (#3547)
* Add bash information about return codes. * Update shell return values after shin-'s comment
This commit is contained in:
@@ -50,3 +50,7 @@ flag.
|
||||
|
||||
If you want to force Compose to stop and recreate all containers, use the
|
||||
`--force-recreate` flag.
|
||||
|
||||
If the command encounters an error, it returns `1`.
|
||||
If user press `ctrl` + `C`, causing stop of the containers, it returns `0`.
|
||||
If user press `ctrl` + `C` two time, forcing kill of containers, it returns `2`.
|
||||
|
||||
Reference in New Issue
Block a user