diff --git a/lxc/config/default.go b/lxc/config/default.go index 0bac9c909a2b..04850dad0987 100644 --- a/lxc/config/default.go +++ b/lxc/config/default.go @@ -41,6 +41,7 @@ var StaticRemotes = map[string]Remote{ // DefaultRemotes is the list of default remotes var DefaultRemotes = map[string]Remote{ "local": LocalRemote, + "images": ImagesRemote, "ubuntu": UbuntuRemote, "ubuntu-daily": UbuntuDailyRemote, }