https://github.com/gclm/docker
docker 镜像
https://github.com/gclm/docker
docker docker-image jdk8 openresty
Last synced: 12 months ago
JSON representation
docker 镜像
- Host: GitHub
- URL: https://github.com/gclm/docker
- Owner: gclm
- License: mit
- Created: 2020-04-02T08:22:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T14:04:02.000Z (over 2 years ago)
- Last Synced: 2025-06-25T20:03:23.991Z (12 months ago)
- Topics: docker, docker-image, jdk8, openresty
- Language: Dockerfile
- Homepage:
- Size: 12.4 MB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DockerImage
docker镜像
# 更新日志

# 常见指令
```shell
# 镜像编译指令
docker build -t oracle_jdk_8u241:v1.0.2 .
# 测试运行指令
docker run -it oracle_jdk_8u231:v1.0.2 /bin/sh
```