mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-10-04 17:33:21 +08:00
Add Dockerfile for pwd dind image
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user