clixon/docker/clixon-dev
2023-11-05 11:38:42 +01:00
..
Dockerfile Fix use of --with-cligen in docker files 2023-11-05 11:38:42 +01:00
Makefile.in Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
README.md * New docker build (preliminary) for a development container 2021-12-07 20:07:22 +01:00

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 )