-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-8503] Prevent CLI container from exiting
The pattern of the byfn scripts and of our tutorial is to start the CLI container, then docker exec commands against it. For some reason, we only start the CLI container with a command of 'sleep 1000' which causes it exit after this time. This causes headaches of having to restart the CLI container and is only saving the overhead of one idle bash process. From a usability it seems far better to leave an idle bash process so that we can be assured the container is still running. Change-Id: I8d5c860b89226a28f15d42f5a19e42b923bfa8c1 Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
- Loading branch information
Jason Yellick
committed
Feb 26, 2018
1 parent
c93268f
commit 981efba
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters