1. Make sure we don't call docker-compose if 'docker compose' is available
2. Automatically build the container (will be cached by docker, so no overhead) (fixes#140)
Signed-off-by: Parth Thakkar <thakkarparth007@gmail.com>
* Fixed a small mistake that prevented the -h option from working.
* Corrected some capitalization / grammar issues in the help text.
* Removed a debug print that was left in.
This PR is to add an option function for the user to selectively use
foreground mode and background mode (i.e., daemon mode).
Also, depending on the version of docker composer, the -d (daemon mode) option
may or may not be present. Therefore, this is to deal effectively with these
situations.
Signed-off-by: Geunsik Lim <leemgs@gmail.com>
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>