Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gclm/docker
docker 镜像
https://github.com/gclm/docker
docker docker-image jdk8 openresty
Last synced: 2 months ago
JSON representation
docker 镜像
- Host: GitHub
- URL: https://github.com/gclm/docker
- Owner: gclm
- License: mit
- Created: 2020-04-02T08:22:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T14:04:02.000Z (about 1 year ago)
- Last Synced: 2024-04-28T04:29:33.467Z (9 months ago)
- Topics: docker, docker-image, jdk8, openresty
- Language: Dockerfile
- Homepage:
- Size: 12.4 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DockerImage
docker镜像
# 更新日志
![1585895221311](https://cdn.jsdelivr.net/gh/gclm/images@master/20200403/1585895221311.jpg)
# 常见指令
```shell
# 镜像编译指令
docker build -t oracle_jdk_8u241:v1.0.2 .
# 测试运行指令
docker run -it oracle_jdk_8u231:v1.0.2 /bin/sh```