How to download docker image with experimental features

Hi,

We want to download a traefik image with experimental features, we need the capability to discover in various namespaces using nomad discovery as I can see in the documentation:

How can we download this version with this feature?

There is some nomad namespace support in the current version.

There doesn't seem to be a Docker Hub Traefik image with the master/experimental version.

is there a easy way to create Docker image from master?

There is a document about it, haven't tried it myself.

Hello,

You don't need to build an image by yourself, there are experimental images:

https://hub.docker.com/repository/docker/traefik/traefik

ex: traefik/traefik:experimental-master

1 Like