1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-14 01:57:32 +08:00

Add Dockerfile for pwd dind image

This commit is contained in:
Marcos Lilljedahl 2016-11-14 12:26:56 -03:00
parent 3e142c91e8
commit 9cc0b68305
2 changed files with 14 additions and 0 deletions

8
Dockerfile.dind Normal file
View 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

6
vimrc Normal file
View File

@ -0,0 +1,6 @@
syntax on
set autoindent
set expandtab
set number
set shiftwidth=2
set softtabstop=2