mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 09:23:13 +01:00
Install Script - Docker Registry inital commits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user