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: about 2 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T11:57:12.000Z (over 7 years ago)
- Last Synced: 2025-01-28T20:22:27.691Z (over 1 year 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
[](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
```