clixon/docker/base/README.md
Olof hagsand 15d01c58d8 - Better restconf debug: when restconf debug flag set in datastore, ensure the process is started with -D set
- Fixed native http support for base container
- Changed test certs and restconf scripts to functions
2021-04-09 09:34:05 +02:00

22 lines
832 B
Markdown

# Clixon base docker image
This directory contains code for building and pushing the clixon base docker
container. By default it is pushed to docker hub clixon/clixon, but you can change
the IMAGE in Makefile.in and push it to another name.
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.
See [clixon-system](../main/README.md) for a more complete clixon image.
## Build and push
Perform the build by `make docker`. This copies the latest _committed_ clixon code into the container.
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>)