libcompose icon indicating copy to clipboard operation
libcompose copied to clipboard

command.go upCommand doesn't implement --abort-on-container-exit

Open juliangamble opened this issue 9 years ago • 0 comments

Docker Compose has a feature docker-compose up --abort-on-container-exit which is particularly useful for running integration tests - where you need to watch the container shut down and get the exit code.

I'm trying to run the equivalent in Rancher, and ran into an error: Incorrect Usage

They haven't implemented it yet - because it isn't implemented in libcompose.

The Rancher guys have pointed to the command.go upCommand function as being the culprit.

My issue is: command.go upCommand doesn't implement --abort-on-container-exit

juliangamble avatar Feb 26 '16 02:02 juliangamble