Skip to content

Commit

Permalink
Merge pull request #278 from testcontainers/further_docs_tweaks
Browse files Browse the repository at this point in the history
Rename Docker-in-Docker references
  • Loading branch information
rnorth committed Jan 22, 2017
2 parents 3b5165e + 0c0244d commit f0ccec9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* [Usage modes](usage.md#usage-modes)
* [Maven dependencies](usage.md#maven-dependencies)
* [Logging](usage.md#logging)
* [Docker in Docker](usage/dind.md)
* [Running inside Docker](usage/inside_docker.md)

## Generic containers

Expand Down
2 changes: 1 addition & 1 deletion docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| Linux - general | Docker v1.10 | |
| Linux - Travis CI | Docker v1.10 | See [example .travis.yml](https://raw.githubusercontent.com/testcontainers/testcontainers-java/master/.travis.yml) for baseline Travis CI configuration |
| Linux - Circle CI (LXC driver) | Docker v1.9.1 | The `exec` feature is not compatible with Circle CI. See [example circle.yml](../circle.yml) for baseline CircleCI configuration |
| Linux - Docker in Docker | Docker v1.12 | See [Docker-in-Docker](usage/dind.md) for the detailed configuration |
| Linux - within a Docker container | Docker v1.12 | See [Running inside Docker](usage/inside_docker.md) for the detailed configuration |
| Mac OS X - Docker Toolbox | Docker Machine v0.8.0 | |
| Mac OS X - Docker for Mac | 1.12.0 | *Support is best-efforts at present*. `getTestHostIpAddress()` is [not currently supported](https://github.com/testcontainers/testcontainers-java/issues/166) due to limitations in Docker for Mac. |
| Windows - Docker Toolbox | | *Support is limited at present and this is not currently tested on a regular basis*. |
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Testcontainers will try to connect to a Docker daemon using the following strate
* `DOCKER_TLS_VERIFY=1`
* `DOCKER_CERT_PATH=~/.docker`
* If Docker Machine is installed, the docker machine environment for the *first* machine found. Docker Machine needs to be on the PATH for this to succeed.
* If you're going to run your tests inside a container, please read [Docker in Docker](usage/dind.md) first.
* If you're going to run your tests inside a container, please read [Running inside a Docker container](usage/inside_docker.md) first.

### Usage modes

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/dind.md → docs/usage/inside_docker.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Docker in Docker
# Running inside a Docker container

> Since 1.1.8
Expand Down

0 comments on commit f0ccec9

Please sign in to comment.