You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to follow and get working the rc2 docs for running in a docker swarm cluster, after figuring out that while we are in release I need to pull/use traefik:v1.1.0-rc1 instead of just traefik because traefik:v1.1.0-rc2 doesn't seem to exist yet.
However, I can't figure out how to get this working with a FQDN such as my-site.programster.org. The docs simply show testing with curl -H Host:whoami0.traefik http://$(docker-machine ip worker1). I make sure to update my /etc/hosts file to point my-site.programster.org to any of the swarm nodes, but I just get a 404 page not found message.
Is this a simple configuration change, such as changing:
I managed to follow and get working the rc2 docs for running in a docker swarm cluster, after figuring out that while we are in release I need to pull/use
traefik:v1.1.0-rc1
instead of justtraefik
becausetraefik:v1.1.0-rc2
doesn't seem to exist yet.However, I can't figure out how to get this working with a FQDN such as
my-site.programster.org
. The docs simply show testing withcurl -H Host:whoami0.traefik http://$(docker-machine ip worker1)
. I make sure to update my/etc/hosts
file to pointmy-site.programster.org
to any of the swarm nodes, but I just get a404 page not found
message.Is this a simple configuration change, such as changing:
...which could be clarified in an update to the docs or is it just not possible? I tried changing
--name
and--label
values with no success.The text was updated successfully, but these errors were encountered: