Skip to content

Commit

Permalink
Remove docker info from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesots committed Sep 22, 2015
1 parent a815fbb commit 944e6d2
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Expand Up @@ -95,28 +95,6 @@ Development
To run the examples and tests, you'll need to create a 'connection.options' file by
copying 'connection.options.example' and modifying the settings.

You can use Docker to create a temporary mysql instance for testing:

```
docker run --name mysql_test -d -P \
-e MYSQL_ROOT_PASSWORD=root \
-e MYSQL_USER=test \
-e MYSQL_PASSWORD=test \
-e MYSQL_DATABASE=test \
mysql
```

This will create and run a Docker container with the name `mysql_test`.

You can determine the exposed port by running

```
docker port mysql_test
```

*Note: depending on your Docker configuration, you will likely have to change
the host IP address.*

Licence
-------

Expand Down

0 comments on commit 944e6d2

Please sign in to comment.