Add a containerised test for the https cert doc

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
Upstream-commit: cf27b310c4fc8d2c13ba181398a628d03e1e3c58
Component: engine
This commit is contained in:
Sven Dowideit
2015-01-07 10:32:23 +10:00
committed by Sven Dowideit
parent 5bab4d3f4f
commit 2f43c653ae
6 changed files with 102 additions and 6 deletions

View File

@ -0,0 +1,10 @@
FROM debian
RUN apt-get update && apt-get install -yq openssl
ADD make_certs.sh /
WORKDIR /data
VOLUMES ["/data"]
CMD /make_certs.sh