Skip to content
/ docker Public

Docker images for running, testing and developing Anax and Anax sites.

License

Notifications You must be signed in to change notification settings

canax/docker

Repository files navigation

Docker for Anax

Docker images for running, testing and developing Anax and Anax sites.

Images are published on Docker Store on the Anax organisation.

Development of images

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]

About

Docker images for running, testing and developing Anax and Anax sites.

Resources

License

Stars

Watchers

Forks

Packages

No packages published