@@ -12,11 +12,11 @@ Both images are based on Debian 12 (slim) for minimal image size.
12
12
13
13
### Innovation Series [ (Dockerfile)] ( docker/innovation/Dockerfile )
14
14
- ` snickerjp/docker-mysql-shell:9.2 ` - Innovation series with specific version
15
- - ` snickerjp/docker-mysql-shell:innovation ` - Latest Innovation series build
15
+ - ` snickerjp/docker-mysql-shell:Innovation ` - Latest Innovation series build
16
16
17
17
### LTS Series [ (Dockerfile)] ( docker/lts/Dockerfile )
18
18
- ` snickerjp/docker-mysql-shell:8.4 ` - LTS series with specific version
19
- - ` snickerjp/docker-mysql-shell:lts ` - Latest LTS series build
19
+ - ` snickerjp/docker-mysql-shell:LTS ` - Latest LTS series build
20
20
- ` snickerjp/docker-mysql-shell:latest ` - Same as LTS series
21
21
22
22
## Building the Images
@@ -41,12 +41,12 @@ Run MySQL Shell container:
41
41
# Innovation Series
42
42
docker run -it snickerjp/docker-mysql-shell:9.2
43
43
# or
44
- docker run -it snickerjp/docker-mysql-shell:innovation
44
+ docker run -it snickerjp/docker-mysql-shell:Innovation
45
45
46
46
# LTS Series
47
47
docker run -it snickerjp/docker-mysql-shell:8.4
48
48
# or
49
- docker run -it snickerjp/docker-mysql-shell:lts
49
+ docker run -it snickerjp/docker-mysql-shell:LTS
50
50
# or
51
51
docker run -it snickerjp/docker-mysql-shell:latest
52
52
```
@@ -55,13 +55,13 @@ To connect to a MySQL Server:
55
55
``` bash
56
56
# Innovation Series
57
57
docker run -it snickerjp/docker-mysql-shell:9.2 --uri mysql://user:pass@host:port/schema
58
- # or using innovation tag
59
- docker run -it snickerjp/docker-mysql-shell:innovation --uri mysql://user:pass@host:port/schema
58
+ # or using Innovation tag
59
+ docker run -it snickerjp/docker-mysql-shell:Innovation --uri mysql://user:pass@host:port/schema
60
60
61
61
# LTS Series
62
62
docker run -it snickerjp/docker-mysql-shell:8.4 --uri mysql://user:pass@host:port/schema
63
- # or using lts tag
64
- docker run -it snickerjp/docker-mysql-shell:lts --uri mysql://user:pass@host:port/schema
63
+ # or using LTS tag
64
+ docker run -it snickerjp/docker-mysql-shell:LTS --uri mysql://user:pass@host:port/schema
65
65
```
66
66
67
67
## Development Workflow
0 commit comments