Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gclm/docker

docker 镜像
https://github.com/gclm/docker

docker docker-image jdk8 openresty

Last synced: 2 months ago
JSON representation

docker 镜像

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

```