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
From a quick look it doesn’t seem trivially possible to emulate that (the ssh command could be run manually, but the docker-daemon: client expects to connect to a socket, so there would need to be a local socket server). Maybe some combination of nc and ssh could work, I didn’t look in to this further right now.
Docker supports 3 ways to connect to its damon:
The current skoepo supports (1) and (2).. However no way to let it work with (3).
My
docker context ls
shows something like the following:As demonstrated, the current context is the one which had
*
.. in my example, it'sdev
.Now trying to use skopeo with that context:
But unfortunately, skopeo consider it as https :(
Any solution ? any workaround to let it work ?
The text was updated successfully, but these errors were encountered: