Skip to content

Commit 944e6d2

Browse files
committed
Remove docker info from README.md
1 parent a815fbb commit 944e6d2

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -95,28 +95,6 @@ Development
9595
To run the examples and tests, you'll need to create a 'connection.options' file by
9696
copying 'connection.options.example' and modifying the settings.
9797

98-
You can use Docker to create a temporary mysql instance for testing:
99-
100-
```
101-
docker run --name mysql_test -d -P \
102-
-e MYSQL_ROOT_PASSWORD=root \
103-
-e MYSQL_USER=test \
104-
-e MYSQL_PASSWORD=test \
105-
-e MYSQL_DATABASE=test \
106-
mysql
107-
```
108-
109-
This will create and run a Docker container with the name `mysql_test`.
110-
111-
You can determine the exposed port by running
112-
113-
```
114-
docker port mysql_test
115-
```
116-
117-
*Note: depending on your Docker configuration, you will likely have to change
118-
the host IP address.*
119-
12098
Licence
12199
-------
122100

0 commit comments

Comments
 (0)