Skip to content

Commit

Permalink
Merge pull request #37 from sleighzy/update-readme-for-molecule-docke…
Browse files Browse the repository at this point in the history
…r-plugins

Update README for the Docker plugins required for Molecule tests
  • Loading branch information
sleighzy committed Nov 29, 2023
2 parents 9c444c6 + 0834a6d commit 277c334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ install Molecule including the Docker driver.
```sh
$ python3 -m venv molecule-venv
$ source molecule-venv/bin/activate
(molecule-venv) $ python3 -m pip install molecule-docker "molecule[docker,lint]"
(molecule-venv) $ pip3 install ansible docker "molecule-plugins[docker]"
```

Run playbook and tests. Linting errors need to be corrected before Molecule will
Expand Down

0 comments on commit 277c334

Please sign in to comment.