diff options
| -rw-r--r-- | data/configd-include.json | 2 | ||||
| -rw-r--r-- | data/templates/container/registries.conf.j2 | 2 | ||||
| -rw-r--r-- | data/templates/container/storage.conf.j2 | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/data/configd-include.json b/data/configd-include.json index da2233bc1..5a4912e30 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -1,7 +1,7 @@  [  "arp.py",  "bcast_relay.py", -"containers.py", +"container.py",  "conntrack.py",  "conntrack_sync.py",  "dhcp_relay.py", diff --git a/data/templates/container/registries.conf.j2 b/data/templates/container/registries.conf.j2 index 4057bb452..6a3be58d0 100644 --- a/data/templates/container/registries.conf.j2 +++ b/data/templates/container/registries.conf.j2 @@ -1,4 +1,4 @@ -### Autogenerated by /usr/libexec/vyos/conf_mode/containers.py ### +### Autogenerated by /usr/libexec/vyos/conf_mode/container.py ###  # For more information on this configuration file, see containers-registries.conf(5).  # diff --git a/data/templates/container/storage.conf.j2 b/data/templates/container/storage.conf.j2 index 3a69b7252..97e1a9d0c 100644 --- a/data/templates/container/storage.conf.j2 +++ b/data/templates/container/storage.conf.j2 @@ -1,4 +1,4 @@ -### Autogenerated by /usr/libexec/vyos/conf_mode/containers.py ### +### Autogenerated by /usr/libexec/vyos/conf_mode/container.py ###  [storage]    driver = "vfs" | 
