Show docker swarm used ports

This commit is contained in:
Jonathan Leibiusky (@xetorthio)
2016-12-05 09:21:43 -03:00
parent a7811b4e33
commit 69050373d7
10 changed files with 110 additions and 15 deletions

View File

@@ -1,6 +1,8 @@
FROM docker:1.13.0-rc2-dind
ENV DOCKER_STORAGE_DRIVER=overlay2
ARG docker_storage_driver=overlay2
ENV DOCKER_STORAGE_DRIVER=${docker-storage-driver}
RUN apk add --no-cache git tmux py-pip apache2-utils vim build-base gettext-dev curl bash