From 3038efdab0504e1670d64f9280b01bc731aae6b7 Mon Sep 17 00:00:00 2001 From: Olof Hagsand Date: Sun, 4 Nov 2018 19:44:03 +0100 Subject: [PATCH] readme --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index 95c9af33..039eb07a 100644 --- a/docker/README.md +++ b/docker/README.md @@ -6,7 +6,7 @@ the IMAGE in Makefile.in and push it to another name. The clixon docker image is a base image that can be used to build clixon applications. It has all the whole code for a clixon release -which it downloads from git - it does not use local code. +which it downloads from git - it does not use local code (note it may even use develop branch). See example/docker for how to build a docker application using the base image. @@ -16,4 +16,4 @@ Perform the build by 'make docker'. You may also do 'make push' if you want to push the image, but you may then consider changing the image name (in the makefile:s). You may run the container directly by going directly to example and -the docker runtime scripts there \ No newline at end of file +the docker runtime scripts there