Files
docker-docs/Dockerfile
Victor Vieux 722cc2fb08 replace 4243 by the docker port
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-17 22:28:17 +00:00

3 lines
52 B
Docker

FROM golang:onbuild
EXPOSE 2375
ENTRYPOINT ["swarm"]