mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Install Script - Fix Docker
This commit is contained in:
@@ -209,6 +209,7 @@ detect_os() {
|
||||
|
||||
docker_registry() {
|
||||
|
||||
mkdir -p /etc/docker
|
||||
# Make the host use the master docker registry
|
||||
echo "{" > /etc/docker/daemon.json
|
||||
echo " \"registry-mirrors\": [\"https://$MSRV\"]" >> /etc/docker/daemon.json
|
||||
@@ -930,6 +931,7 @@ if (whiptail_you_sure); then
|
||||
sensor_pillar
|
||||
copy_ssh_key
|
||||
create_bond
|
||||
docker_registry
|
||||
saltify
|
||||
configure_minion SENSOR
|
||||
copy_minion_pillar sensors
|
||||
|
||||
Reference in New Issue
Block a user