File tree 1 file changed +7
-10
lines changed
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
- # Mysql on container
2
-
3
- Mysql on Container with utf-8 encoding.
1
+ # MySQL on docker container
2
+ > MySQL on Docker Container with utf-8 encoding.
4
3
5
4
## Requisites
6
5
- docker
7
6
- Linux
8
7
- make
9
- - mysql:5.7 image
10
-
11
- ## Intro
12
- - ` etc ` : store mysql config file.
13
- - ` data ` : directory used to volume to mysql container to back up data.
8
+ - direction
9
+ - ` etc ` : store mysql config file.
10
+ - ` data ` : directory used to volume to mysql container to back up data.
14
11
15
12
## Usage
16
13
- clone repo
17
14
18
15
```
19
- git clone https://github.com/dockerq/container -mysql.git
16
+ git clone https://github.com/dockerq/docker -mysql.git
20
17
```
21
- - change your config info on ` Makefile ` and ` etc/adolphlwq.cnf `
18
+ - change your config in ` Makefile ` and ` etc/adolphlwq.cnf `
22
19
```
23
20
# Makefile
24
21
export root_pass=root
You can’t perform that action at this time.
0 commit comments