You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One doubt regarding this, for images operations, lxc will communicate to registry-server via lxd right?
The routes defined in https://github.com/lxc/lxd/blob/master/client.go#L146 is same which you are referred in this issue ?
No, lxc directly talks to the registry. It then presents the list of images to the user and when the user starts a container from one of those, then the contact information for that image is sent over to lxd in the create call.
On a system that has lxd installed, on first start of lxc, the following remotes should be added:
In this case, the local remote should be marked as the default.
On a system with only lxc installed and no daemon, only the images remote should be added on first start.
In this case, no remotes should be set as default and the first one added by the user should then be marked as the default.
The text was updated successfully, but these errors were encountered: