Skip to content

Commit 2903327

Browse files
authored
Merge pull request #160 from tedmiston/patch-1
Fix readme link syntax
2 parents d737e97 + d06d1da commit 2903327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Usage within Docker (i.e. in a CI)
5959

6060
When trying to launch a testcontainer from within a Docker container two things have to be provided:
6161

62-
1. The container has to provide a docker client installation. Either use an image that has docker pre-installed (e.g. the [official docker images](https://hub.docker.com/_/docker)) or install the client from within the `Dockerfile` specification.
62+
1. The container has to provide a docker client installation. Either use an image that has docker pre-installed (e.g. the `official docker images <https://hub.docker.com/_/docker>`_) or install the client from within the `Dockerfile` specification.
6363
2. The container has to have access to the docker daemon which can be achieved by mounting `/var/run/docker.sock` or setting the `DOCKER_HOST` environment variable as part of your `docker run` command.
6464

6565

0 commit comments

Comments
 (0)