1 Star 0 Fork 0

Mr.Chung / docker-compose

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Dockerfile.s390x 270 Bytes
Copy Edit Raw Blame History
aiordache authored 2019-08-19 17:30 . update alpine version to 3.10.1
FROM s390x/alpine:3.10.1
ARG COMPOSE_VERSION=1.16.1
RUN apk add --update --no-cache \
python \
py-pip \
&& pip install --no-cache-dir docker-compose==$COMPOSE_VERSION \
&& rm -rf /var/cache/apk/*
WORKDIR /data
VOLUME /data
ENTRYPOINT ["docker-compose"]
1
https://gitee.com/zhongshaofa/docker-compose.git
git@gitee.com:zhongshaofa/docker-compose.git
zhongshaofa
docker-compose
docker-compose
master

Search