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:
parent
deb89600ed
commit
c7aed5e7a7
17 changed files with 70 additions and 418 deletions
19
docker/README.md
Normal file
19
docker/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Clixon base docker image
|
||||
|
||||
This directory contains code for building and pushing a Clixon docker
|
||||
container. By default it is pushed to olofhagsand/clixon, but you can change
|
||||
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.
|
||||
|
||||
See example/docker for how to build a docker application using the base image.
|
||||
|
||||
Build and push
|
||||
==============
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue