Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```