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:
committed by
Sven Dowideit
parent
5bab4d3f4f
commit
2f43c653ae
10
components/engine/docs/sources/articles/https/Dockerfile
Normal file
10
components/engine/docs/sources/articles/https/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user