Docker images for running, testing and developing Anax and Anax sites.
Images are published on Docker Store on the Anax organisation.
Use docker-compose to try out and test the various images. See docker-compose.yml
for the collection of images.
docker-compose up php72-apache
The script update.bash
combines the Docker images from smaller pieces found in the directory src/
.
Use makefile to build images and then push images and tags.
make build
make push
Check what tagets are available.
make
Build only a part of the images.
make build-remserver
Build and ignore cached values.
make build-remserver options="--no-cache"
.
..: Copyright (c) 2017-2023 Mikael Roos, [email protected]