clixon/docker
Olof Hagsand 02ce0f204b @ problem
2018-11-04 21:19:39 +00:00
..
Dockerfile deprecated readdir_r with readdir 2018-08-05 16:34:45 +02:00
Makefile.in @ problem 2018-11-04 21:19:39 +00:00
README.md readme 2018-11-04 19:44:03 +01:00

Clixon base docker image

This directory contains code for building and pushing a Clixon docker container. By default it is pushed to olofhagsand/clixon, but you can change the IMAGE in Makefile.in and push it to another name.

The clixon docker image is a base image that can be used to build clixon applications. It has all the whole code for a clixon release which it downloads from git - it does not use local code (note it may even use develop branch).

See example/docker for how to build a docker application using the base image.

Build and push

Perform the build by 'make docker'. 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 run the container directly by going directly to example and the docker runtime scripts there