I’m trying to install an updated Docker (19.03+) to enable the experimental binfmt integration support using Docker’s buildx plugin, as is done in this blog post: https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/
However, after installing docker manually (instead of using the older one provided) the Docker daemon is not running. Running systemctl restart docker
results in the error Failed to restart docker.service: Unit docker.service is masked.
See this job for example:
https://travis-ci.com/github/RespiraWorks/VentilatorSoftware/jobs/317973121
Has anyone had success running this newer Docker version in their job? Any advice is appreciated. Thanks for reading.