Use docker snap from an other snap

We have a gateway running the Docker snap side-by-side with our own snap. Our snap need to be able to run docker commands, and my question is what should my plug config look like for this to work. The Docker snap Slot config looks like this:
slots:
docker-daemon:
interface: docker
docker-executables:
content: docker-executables
interface: content
read:
- .

Thank you

Take a look at https://github.com/anonymouse64/docker-snap-usage-example for an example

1 Like

Fantastic. Thanks Ian!