Install Script - Docker Registry inital commits

This commit is contained in:
Mike Reeves
2018-05-31 09:39:08 -04:00
parent 49ead2ee03
commit c4aee71240
2 changed files with 24 additions and 0 deletions

View File

@@ -207,6 +207,15 @@ detect_os() {
}
docker_registry() {
# Make the host use the master docker registry
echo "{" > /etc/docker/daemon.json
echo " \"registry-mirrors\": [\"https://$MSRV\"]" >> /etc/docker/daemon.json
echo "}" >> /etc/docker/daemon.json
}
es_heapsize() {
# Determine ES Heap Size