├── Dockerfile ├── README.md ├── certs ├── ca-certificates.crt └── update.sh ├── swarm ├── swarm-unsupported.exe ├── tmp └── .dummy └── update.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-archive/swarm-library-image/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-archive/swarm-library-image/HEAD/README.md -------------------------------------------------------------------------------- /certs/ca-certificates.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-archive/swarm-library-image/HEAD/certs/ca-certificates.crt -------------------------------------------------------------------------------- /certs/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-archive/swarm-library-image/HEAD/certs/update.sh -------------------------------------------------------------------------------- /swarm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-archive/swarm-library-image/HEAD/swarm -------------------------------------------------------------------------------- /swarm-unsupported.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-archive/swarm-library-image/HEAD/swarm-unsupported.exe -------------------------------------------------------------------------------- /tmp/.dummy: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-archive/swarm-library-image/HEAD/update.sh --------------------------------------------------------------------------------