Forgive when I ask a noob question...
I installed Docker CE using robertdebock.docker_ce from Ansible Galaxy, which works well. Thanks!
Now I wanted to add Docker compose, so I tried the robertdebock.docker_compose role. However, I was confused that, after the successful install, docker compose wouldn't work. From what I understood of the information at Difference between "docker compose" and "docker-compose", I should rather use the new docker compose variant, which comes as a plugin. Is that correct? And if so, do you plan to modify this role accordingly?
Edit:
Another solution would perhaps be to include the docker-compose-plugin in robertdebock.docker_ce?
Forgive when I ask a noob question...
I installed Docker CE using robertdebock.docker_ce from Ansible Galaxy, which works well. Thanks!
Now I wanted to add Docker compose, so I tried the robertdebock.docker_compose role. However, I was confused that, after the successful install,
docker composewouldn't work. From what I understood of the information at Difference between "docker compose" and "docker-compose", I should rather use the newdocker composevariant, which comes as a plugin. Is that correct? And if so, do you plan to modify this role accordingly?Edit:
Another solution would perhaps be to include the docker-compose-plugin in robertdebock.docker_ce?