clixon/docker/base
2020-09-14 11:30:39 +02:00
..
Dockerfile docker base use evhtp 2020-08-18 15:24:50 +00:00
Makefile.in docker base use evhtp 2020-08-18 15:24:50 +00:00
README.md clixon 4.7.0 2020-09-14 11:30:39 +02:00
start.sh * Changed base OS in clixon-system container to Alpine 2019-02-16 17:45:39 +01:00

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 libevhtp, 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 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 )