2018-05-28 10:31:48 +02:00
|
|
|
# Using the docker images
|
2018-01-18 16:21:41 +01:00
|
|
|
|
|
|
|
```
|
2018-05-28 10:31:48 +02:00
|
|
|
cd /path/to/netty/
|
2018-01-18 16:21:41 +01:00
|
|
|
```
|
|
|
|
|
2018-05-28 10:31:48 +02:00
|
|
|
## centos 6 with java 8
|
2018-01-18 16:21:41 +01:00
|
|
|
|
|
|
|
```
|
2018-05-28 10:31:48 +02:00
|
|
|
docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.centos-6.18.yaml run test
|
2018-01-18 16:21:41 +01:00
|
|
|
```
|
|
|
|
|
2018-05-28 10:31:48 +02:00
|
|
|
## centos 7 with java 9
|
|
|
|
|
2018-01-18 16:21:41 +01:00
|
|
|
```
|
2018-05-28 10:31:48 +02:00
|
|
|
docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.centos-7.19.yaml run test
|
2018-01-18 16:21:41 +01:00
|
|
|
```
|
2018-05-28 10:31:48 +02:00
|
|
|
|
|
|
|
etc, etc
|