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
  • Loading branch information
Qalthos committed Oct 12, 2023
1 parent 9a8f4e0 commit bdeee3f
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 bdeee3f

Please sign in to comment.