Skip to content

Commit

Permalink
docs: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 14, 2024
1 parent adf0ba1 commit b31da78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ See [Docker environment variables](https://docs.docker.com/engine/reference/comm

4. Read the host endpoint for the current Docker context in the Docker configuration file. E.g. `~/.docker/config.json`.

5. Read the default Docker socket path, without the unix schema. E.g. `/var/run/docker.sock`
5. Assume the default Docker socket path as `/var/run/docker.sock`.

6. Read the **docker.host** property in the `~/.testcontainers.properties` file. E.g. `docker.host=tcp://my.docker.host:1234`

Expand Down

0 comments on commit b31da78

Please sign in to comment.