@@ -26,17 +26,25 @@ make mk-upgrade
2626## USAGE
2727![ Screen] ( https://raw.githubusercontent.com/krom/docker-compose-makefile/master/docs/screencast.gif )
2828
29- ** Common (see [ samples] ( https://github.com/krom/docker-compose-makefile/tree/master/samples ) )**
30- - ** make start** - start all containers
31- - ** make start c=hello** - start container hello
32- - ** make stop** - stop all containers
33- - ** make status** - show list of containers with statuses
34- - ** make clean** - clean all data
29+ ** Common** (see [ samples] ( https://github.com/krom/docker-compose-makefile/tree/master/samples ) )
30+ - ` make console ` - open container's console
31+
32+ ** From Makefile.minimal.mk** (see [ samples] ( https://github.com/krom/docker-compose-makefile/tree/master/samples ) )
33+ - ` make start ` - start all containers
34+ - ` make start ` c=hello** - start container hello
35+ - ` make stop ` - stop all containers
36+ - ` make status ` - show list of containers with statuses
37+ - ` make clean ` - clean all data
3538
3639** From this library**
37- - ** make help** - show help (see above)
38- - ** make mk-upgrade** - check for updates of mk-lib
39- - ** make mk-version** - show current version of mk-lib
40+ - ` make help ` - show help (see above)
41+ - ` make mk-upgrade ` - check for updates of mk-lib
42+ - ` make mk-version ` - show current version of mk-lib
43+
44+ ### VARIABLES
45+ * ** ROOT_DIR** - full path to dir with * Makefile*
46+ * ** DOCKER_COMPOSE** - docker-compose executable command
47+ * ** DOCKER_COMPOSE_FILE** - docker-compose.yml file
4048
4149## SAMPLES
4250
@@ -69,8 +77,8 @@ You can create _.make.env_ file in directory with Makefile or **current** direct
6977
7078Available variables
7179
72- * DOCKER_COMPOSE = {docker-compose executable command}
73- * DOCKER_COMPOSE_FILE = {custom docker-compose.yml file}
80+ * ** DOCKER_COMPOSE** = {docker-compose executable command}
81+ * ** DOCKER_COMPOSE_FILE** = {custom docker-compose.yml file}
7482
7583# # TO-DO
7684- check dependencies
0 commit comments