Skip to content

Commit ece4b5b

Browse files
committed
Update Dockerfile.simple to include aufs-tools
This also updates the comments at the top of the file to note that `-v /var/lib/docker` should be supplied for running `test-integration-cli` and that `hack/dind` is actually also required for `test-unit`. Signed-off-by: Andrew "Tianon" Page <[email protected]>
1 parent feb02a2 commit ece4b5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile.simple

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# docker build -t docker:simple -f Dockerfile.simple .
22
# docker run --rm docker:simple hack/make.sh dynbinary
3-
# docker run --rm --privileged docker:simple hack/make.sh test-unit
4-
# docker run --rm --privileged docker:simple hack/dind hack/make.sh dynbinary test-integration-cli
3+
# docker run --rm --privileged docker:simple hack/dind hack/make.sh test-unit
4+
# docker run --rm --privileged -v /var/lib/docker docker:simple hack/dind hack/make.sh dynbinary test-integration-cli
55

66
# This represents the bare minimum required to build and test Docker.
77

@@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2424
procps \
2525
xz-utils \
2626
\
27+
aufs-tools \
2728
lxc \
2829
&& rm -rf /var/lib/apt/lists/*
2930

0 commit comments

Comments
 (0)