-
Notifications
You must be signed in to change notification settings - Fork 118
Use Dragonwell 11 docker images
Jonathan Lu edited this page Dec 29, 2019
·
13 revisions
Below are Docker images published on Aliyun, more images are coming.
You may raise a Dragonwell 11 bug to ask for an image of your OS/arch.
| Image:Tag | arch | OS | slim? |
|---|---|---|---|
| registry.cn-shanghai.aliyuncs.com/dragonwell/dragonwell11:11.0.5.1-preview_alpine_x86_64 | x86_64 | alpine | No |
For example:
docker pull registry.cn-shanghai.aliyuncs.com/dragonwell/dragonwell11:11.0.5.1-preview_alpine_x86_64
Just like other images
$ sudo docker run -v $PWD:$PWD -it --rm registry.cn-shanghai.aliyuncs.com/dragonwell/dragonwell11:11.0.5.1-preview_alpine_x86_64 /bin/sh
Just change the FROM line like below:
FROM registry.cn-shanghai.aliyuncs.com/dragonwell/dragonwell11:11.0.5.1-preview_alpine_x86_64
# balabala...