Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bellstrand/docker-java8
Docker Image With Java8
https://github.com/bellstrand/docker-java8
docker-container docker-image dockerfile java java-8 java8
Last synced: 14 days ago
JSON representation
Docker Image With Java8
- Host: GitHub
- URL: https://github.com/bellstrand/docker-java8
- Owner: bellstrand
- Created: 2018-09-12T09:11:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T11:57:12.000Z (over 6 years ago)
- Last Synced: 2024-11-30T13:12:29.967Z (2 months ago)
- Topics: docker-container, docker-image, dockerfile, java, java-8, java8
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![CircleCI (all branches)](https://img.shields.io/circleci/project/github/bellstrand/docker-java8.svg)](https://circleci.com/gh/bellstrand/docker-java8)
# Docker Java 8
### Based on Ubuntu 18.04 (Bionic Beaver)
----
### Pull from Docker Hub
```
docker pull bellstrand/java:$VERSION
```### Run image
```
docker run -it bellstrand/java:$VERSION bash
```### Use as base image
```Dockerfile
FROM bellstrand/java:$VERSION
```