clixon/docker/base
Olof hagsand dadf4a778a * HTTP/1 native parser as part of the RESTCONF client
* Fixed memory error in opendir/readdir in clicon_file_dirent
* Remove MAXPATH in parsers
* New string-del function
2022-02-08 16:59:08 +01:00
..
Dockerfile * HTTP/1 native parser as part of the RESTCONF client 2022-02-08 16:59:08 +01:00
Makefile.in Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
README.md Clixon 5.4.0 release 2021-11-30 08:57:18 +01:00
start.sh Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00

Clixon base docker image

This directory contains code for building a clixon base docker container.

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 )