An open-source, in-house service platform with a PaaS-like workflow, built on Docker, CoreOS, Etcd and Fleet. This repository houses the documentation and installation scripts.
Looking at the logs the error appears to be due to a port conflict. Given that 8080 is only used by cAdvisor I suspect that the systemd unit file is misconfigured to demonise it yet continually try to start it again.
...yet it is actually running fine.
Looking at the logs the error appears to be due to a port conflict. Given that
8080
is only used by cAdvisor I suspect that the systemd unit file is misconfigured to demonise it yet continually try to start it again.