Jan Collijs
Jan Collijs
Running the baikal container (ckulka/baikal:0.9.2-nginx) on a nomad cluster with traefik 2.8.3 in front with following traefik tags; ``` "traefik.enable=true", "traefik.http.routers.baikal-secure.rule=Host(`baikal.domain.com`) && PathPrefix(`/admin`)", "traefik.http.routers.baikal-secure.entrypoints=https", "traefik.http.routers.baikal-secure.middlewares=default-auth", "traefik.http.routers.baikal-dav.rule=Host(`baikal.domain.com`)", "traefik.http.routers.baikal-dav.entrypoints=https", "traefik.http.routers.baikal-dav.middlewares=baikal-dav", "traefik.http.middlewares.baikal-dav.redirectregex.regex=https://(.*)/.well-known/(card|cal)dav", "traefik.http.middlewares.baikal-dav.redirectregex.replacement=https://$$1/dav.php/",...
I'm using the docker [buildx](https://docs.docker.com/buildx/working-with-buildx/) flow to build multi architecture based images using github actions. Those are saved using a manifest on docker hub. By executing docker manifest inspect you...
do you have more detailed logs? And which command do you use to start the container?
The command is expected, the values are refering towards the ENV parameters which are filled in correctly. Also the --net host is configured as it should be so the port...
Do you have the docker logs from the container?
@jkhelil did you found a solution for this in the meantime cause right now I'm stuck on this issue too..
@rochaporto for some reason I get this error when running the job: ``` bash /home/vagrant/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/uri/generic.rb:1203:in `rescue in merge': the scheme http does not accept registry part: 192.168.91.11:9696v2.0 (or bad hostname?)...