Missing `docker:docker-executable` slot?
nicolasbock opened this issue · 4 comments
nicolasbock commented
I built the snap from here and ran
$ snap connect docker-snap-usage-example:docker-executables docker:docker-executable
error: snap "docker" has no slot named "docker-executable"
Am I missing something?
Thanks!
anonymouse64 commented
Did you install the docker snap? What is the output of snap connections docker
?
anonymouse64 commented
Also you may be missing the s
at the end, it's docker-executables
not docker-executable
nicolasbock commented
OMG, this was apparently too subtle for me :/
Thanks for the quick reply!
nicolasbock commented
It's working now. I missed the plural s