* New docker build (preliminary) for a development container
* Load clixon-clispec on start
This commit is contained in:
parent
854958b5e8
commit
8c5a5a0fb3
11 changed files with 303 additions and 9 deletions
21
docker/clixon-dev/README.md
Normal file
21
docker/clixon-dev/README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Clixon base development docker image
|
||||
|
||||
This directory contains code for building a clixon base development
|
||||
docker container that can be used as a stage 1 builder for clixon appplications
|
||||
|
||||
This clixon base container uses native http.
|
||||
|
||||
The clixon docker base image can be used to build clixon
|
||||
applications. It has the whole code for a clixon release which it
|
||||
downloads from git.
|
||||
|
||||
## Build
|
||||
|
||||
Perform the build by `make docker`. This copies the latest _committed_ clixon code into the container.
|
||||
|
||||
## Push
|
||||
|
||||
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 have to login for push with sudo docker login -u <username>)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue