Skip to content

wenzowski-docker/traefik

Repository files navigation

This repository provides a docker-deployable Træfik image with healthcheck

Build

Build Dockerfile using docker-machine active docker daemon.

make build

Release

Upload built image to a remote container registry.

git commit
git tag (cat VERSION)
make release

Deploy

Deploy uploaded image to docker-machine active swarm.

make deploy

See Also