Skip to content

Instantly share code, notes, and snippets.

View JamesPGriffith's full-sized avatar

James P Griffith JamesPGriffith

  • Durham, NC
  • 23:26 (UTC -04:00)
View GitHub Profile
@f3l3gy
f3l3gy / daemon.json
Last active January 4, 2024 11:00
Proxmox minimal docker host lxc container
{
"hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"],
"registry-mirrors": [],
"insecure-registries": [
"172.16.197.20:5000"
]
}