This commit is contained in:
Olof Hagsand 2018-11-04 19:44:03 +01:00
parent 270bf78e1f
commit 3038efdab0

View file

@ -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 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 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. See example/docker for how to build a docker application using the base image.