A Docker image for The Cloud Native Edge Router
2.6K
docker run -d \
--name=srvtraefik \
--restart=unless-stopped \
--hostname=srvtraefik \
-p 80:80 \
-p 443:443 \
-e [email protected] \
-e DOCKER_ENDPOINT=unix:///var/run/docker.sock \
-v $PWD/config:/config \
-v $PWD/acme:/acme \
loxoo/traefik
$ACME_MAIL - Email address used for Let's Encrypt registration. required$DOCKER_ENDPOINT - Docker server endpoint. Can be a tcp or a unix socket endpoint. optional$ACME_TEST - Use Let's Encrypt's staging server. default: false$LOG_LEVEL - Logging severity levels. default: info$TZ - Timezone. optional/acme - The storage option sets the location where your ACME certificates are saved to./config - Server configuration file location.80/tcp - Http port tcp.443/tcp - Https port tcp.Content type
Image
Digest
sha256:43de704f8…
Size
43.6 MB
Last updated
about 2 years ago
docker pull loxoo/traefik