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:
Misty Stanley-Jones
2016-10-10 09:51:23 -07:00
parent 0658ba7292
commit e3a3145cd9
111 changed files with 1136 additions and 645 deletions

View File

@@ -1,7 +1,3 @@
---
{}
---
FROM debian
RUN apt-get update && apt-get install -yq openssl

View File

@@ -1,6 +1,3 @@
---
{}
---
HOST:=boot2docker

2
engine/security/https/make_certs.sh Normal file → Executable file
View 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
View File

@@ -1,5 +1,3 @@
#!/bin/sh
echo "#!/bin/sh"