This repo contains the build context used to create a Docker container for the uap
workflow manager.
It is meant to be used as a test environment for users that want to get in touch with the system.
The core files are:
- Makefile
- Dockerfile.uap.0.0.2
The Makefile contains several targets. They are explained below.
Straight-forward docker build
command. Sets network to host for container and tags it as kmpf/uap.
Same as docker-build target, but with the additionally set --no-cache
parameter. This is useful if you want to force complete rebuild of container (necessary to get updated content from used git repositories).
Starts the container in interactive mode with an pseudo-TTY.
Pushes the container kmpf/uap to dockerhub.