mirror of
https://github.com/moby/moby.git
synced 2026-08-02 22:26:52 +00:00
Add a containerised test for the https cert doc
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
This commit is contained in:
committed by
Sven Dowideit
parent
f65b781d21
commit
cf27b310c4
10
docs/sources/articles/https/Dockerfile
Normal file
10
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