/docker-camo

Docker image for camo image proxy.

Primary LanguageDockerfile

nerdzeu/camo

This repo is part of the docker enviroment for nerdz (nerdzeu/docker).

It contains the camo configuration and expose the port 8081.

Usage

Use it as part of nerdzeu/docker.

If you want to pull and run the image you can do it in the classical docker way:

docker pull nerdzeu/docker-camo
docker run nerdzeu/docker-camo

If you want to build the image:

docker build -t <name> .