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
For whatever reason, the default embedded docker driver would not be invoked to start docker container when I run "molecule test". I kept to get the message for asking me to provide playbook to step create:
...
--> Action: 'create' Skipping, create action has no playbook.
...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For whatever reason, the default embedded docker driver would not be invoked to start docker container when I run "molecule test". I kept to get the message for asking me to provide playbook to step create:
...
--> Action: 'create'
Skipping, create action has no playbook.
...
Here is my molecule.yml:
dependency:
name: galaxy
driver:
name: docker
platforms:
image: docker.io/pycontribs/centos:8
pre_build_image: true
provisioner:
name: ansible
verifier:
name: ansible
It supposes to use default docker driver to start centos8 container, but it did not.
Beta Was this translation helpful? Give feedback.
All reactions