Proxy both http and https to docker daemon
This commit is contained in:
@@ -19,7 +19,9 @@ RUN rm /sbin/modprobe && echo '#!/bin/true' >/sbin/modprobe && chmod +x /sbin/mo
|
||||
COPY ["docker-prompt", "ucp.sh", "/usr/local/bin/"]
|
||||
COPY [".vimrc",".profile", ".inputrc", ".gitconfig", "workshop.lic", "./root/"]
|
||||
COPY ["motd", "/etc/motd"]
|
||||
COPY ["daemon.json", "/etc/docker/"]
|
||||
COPY ["ee/daemon.json", "/etc/docker/"]
|
||||
COPY ["ee/cert.pem", "/var/run/pwd/certs/"]
|
||||
COPY ["ee/key.pem", "/var/run/pwd/certs/"]
|
||||
|
||||
# Move to our home
|
||||
WORKDIR /root
|
||||
|
||||
Reference in New Issue
Block a user