Human review required due to 'allow-installation' for docker plugin

I added docker plugin into my custom snapcraft.yaml with the help of below ticket ,

So, I have created custom snap and uploaded custom snap with docker plugin on snap store, but it fail with below error,

human review required due to ‘allow-installation’ constraint (bool) declaration-snap-v2_plugs_installation (docker-cli, docker)

What we wanted to ask is “Can one of our custom snap send commands that will run from within the Docker snap”.

Example:

We have a custom snap , say snapA

we want to pass some command to Docker snap(for ex. docker stop/docker-compose up -d) from our snap A.

can you please help us on how to do this?