You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Usage within Docker (i.e. in a CI)
59
59
60
60
When trying to launch a testcontainer from within a Docker container two things have to be provided:
61
61
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.
63
63
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.
0 commit comments