├── Dockerfile ├── README.md ├── docker-entrypoint.d ├── docker └── sysctl ├── entrypoint ├── etc └── docker │ └── daemon.json └── fly.toml /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fly-apps/docker-daemon/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fly-apps/docker-daemon/HEAD/README.md -------------------------------------------------------------------------------- /docker-entrypoint.d/docker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fly-apps/docker-daemon/HEAD/docker-entrypoint.d/docker -------------------------------------------------------------------------------- /docker-entrypoint.d/sysctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fly-apps/docker-daemon/HEAD/docker-entrypoint.d/sysctl -------------------------------------------------------------------------------- /entrypoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fly-apps/docker-daemon/HEAD/entrypoint -------------------------------------------------------------------------------- /etc/docker/daemon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fly-apps/docker-daemon/HEAD/etc/docker/daemon.json -------------------------------------------------------------------------------- /fly.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fly-apps/docker-daemon/HEAD/fly.toml --------------------------------------------------------------------------------