er image build and changed it to build a single clixon docker\

image which can be found at olofhagsand/clixon
This commit is contained in:
Olof Hagsand 2018-07-21 13:55:21 +00:00
parent deb89600ed
commit c7aed5e7a7
17 changed files with 70 additions and 418 deletions

View file

@ -101,6 +101,8 @@ You can change where CLixon looks for the configuration FILE as follows:
- FILE is /usr/local/etc/clixon.xml
## Can I run Clixon as docker containers?
(Not updated)
Yes, the example works as docker containers as well. backend and cli needs a
common file-system so they need to run as a composed pair.
```
@ -108,7 +110,7 @@ common file-system so they need to run as a composed pair.
make docker # Prepares /data as shared file-system mount
run.sh # Starts an example backend and a cli
```
The containers are by default downloaded from dockerhib, but you may
The containers are by default downloaded from dockerhub, but you may
build the containers locally:
```
cd docker