1
0
mirror of https://github.com/dvddarias/docker-hoster synced 2026-08-05 16:12:43 +02:00

Include support for docker network aliases

This commit is contained in:
David Darias
2018-06-30 16:38:01 -04:00
parent 1e96db458d
commit 5d130b9303
3 changed files with 39 additions and 23 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM frolvlad/alpine-python3
RUN pip3 install docker-py
RUN pip3 install docker
RUN mkdir /hoster
WORKDIR /hoster
ADD hoster.py /hoster/