mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	Update homeassistant-install.sh
correct daemon.json
This commit is contained in:
		
							parent
							
								
									4b5e5ef13b
								
							
						
					
					
						commit
						c1ef7ad7b0
					
				| @ -107,12 +107,10 @@ cd /usr/local/bin | ||||
| curl -sSL -o fuse-overlayfs https://github.com/containers/fuse-overlayfs/releases/download/$VER/fuse-overlayfs-x86_64 | ||||
| chmod 755 /usr/local/bin/fuse-overlayfs | ||||
| cd ~ | ||||
| echo -e '{\n  "storage-driver": "fuse-overlayfs",\n  "log-driver": "journald"\n}' > /etc/docker/daemon.json | ||||
| else | ||||
| echo -e '{\n  "storage-driver": "overlay2",\n  "log-driver": "journald"\n}' > /etc/docker/daemon.json | ||||
| fi | ||||
| cat >$DOCKER_CONFIG_PATH <<'EOF' | ||||
| { | ||||
|   "log-driver": "journald" | ||||
| } | ||||
| EOF | ||||
| sh <(curl -sSL https://get.docker.com) &>/dev/null | ||||
| msg_ok "Installed Docker $DOCKER_LATEST_VERSION" | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user