File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -95,28 +95,6 @@ Development
95
95
To run the examples and tests, you'll need to create a 'connection.options' file by
96
96
copying 'connection.options.example' and modifying the settings.
97
97
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
-
120
98
Licence
121
99
-------
122
100
You can’t perform that action at this time.
0 commit comments