mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Sync vnext-engine branch to docker/docker SHA 2f12d2808464dcfdf45e0920fd508ce0ff12bd29
This branch will contain forward-looking Engine-specific docs and be the equivalent of docker/docker master for docs
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
---
|
||||
{}
|
||||
---
|
||||
|
||||
FROM debian
|
||||
|
||||
RUN apt-get update && apt-get install -yq openssl
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
---
|
||||
{}
|
||||
---
|
||||
|
||||
HOST:=boot2docker
|
||||
|
||||
|
||||
2
engine/security/https/make_certs.sh
Normal file → Executable file
2
engine/security/https/make_certs.sh
Normal file → Executable file
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
#!/bin/sh
|
||||
openssl genrsa -aes256 -out ca-key.pem 2048
|
||||
openssl req -new -x509 -days 365 -key ca-key.pem -sha256 -out ca.pem
|
||||
|
||||
2
engine/security/https/parsedocs.sh
Normal file → Executable file
2
engine/security/https/parsedocs.sh
Normal file → Executable file
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
#!/bin/sh
|
||||
|
||||
echo "#!/bin/sh"
|
||||
|
||||
Reference in New Issue
Block a user