Skip to content

Several questions about installing, configuring and using Molecule with Docker or Vagrant, on Debian stable/testing in 2024 #4307

Answered by daks
daks asked this question in Q&A
Discussion options

You must be logged in to vote

I finally found some repositories recently updated with examples and this is what works for Docker

driver:
  name: docker

and Vagrant

driver:
  name: vagrant
  provider:
    name: libvirt
    # type: libvirt   # is it needed?
    #options:
      #memory: 2048
      #cpus: 4

I've not searched for Docker rootless but I imagine it's possible to add an option to point to the right Docker socket.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by daks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant