Skip to content

Commit

Permalink
Update docs to remove references to Docker being the default driver (#…
Browse files Browse the repository at this point in the history
…4065)

Fixes #4059

There are probably other, subtler references I'm not aware of
  • Loading branch information
Qalthos authored Oct 16, 2023
1 parent 9a8f4e0 commit 85258d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ scenario's generated `molecule.yml` file.

## Docker With Non-Privileged User

The default Molecule Docker driver executes Ansible playbooks as the
The Molecule Docker driver executes Ansible playbooks as the
root user. If your workflow requires adding support for running as a
non-privileged user, then adapt `molecule.yml` and `Dockerfile.j2` as
follows.
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ components that Molecule provides. These are:
uses [galaxy development guide]
by default to resolve your role dependencies.
- The [driver](configuration.md#driver) provider. Molecule uses
[Docker](https://docs.docker.com/) by default. Molecule uses the
driver to delegate the task of creating instances.
the [Delegated](configuration.md#delegated) driver by default.
Molecule uses the driver to delegate the task of creating instances.
- The [platforms](configuration.md#platforms) definitions. Molecule
relies on this to know which instances to create, name and to which
group each instance belongs. If you need to test your role against
Expand Down
2 changes: 1 addition & 1 deletion src/molecule/driver/delegated.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
class Delegated(Driver):
r"""The class responsible for managing default instances.
Delegated is `not` the default driver used in Molecule.
Delegated is the default driver used in Molecule.
Under this driver, it is the developers responsibility to implement the
create and destroy playbooks. ``Managed`` is the default behaviour of all
Expand Down

0 comments on commit 85258d1

Please sign in to comment.