mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-07-17 04:27:27 +08:00
Add Dockerfile for pwd dind image
This commit is contained in:
parent
3e142c91e8
commit
9cc0b68305
8
Dockerfile.dind
Normal file
8
Dockerfile.dind
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM docker:1.12.3-experimental-dind
|
||||||
|
|
||||||
|
RUN apk add --no-cache git tmux py-pip apache2-utils vim \
|
||||||
|
&& pip install 'docker-compose==1.8.0'
|
||||||
|
|
||||||
|
COPY vimrc ./root/.vimrc
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user