All Projects → nimmis → docker-java-centos

nimmis / docker-java-centos

Licence: other
This is docker images of CentOS 7 with different versions of java

Projects that are alternatives of or similar to docker-java-centos

Lnmp
Support: Nginx 1.12/1.13 + MySQL 5.5/5.6/5.7/8.0(MariaDB 5.5/10.0/10.1/10.2/10.3) + PHP 5.4/5.5/5.6/7.0/7.1/7.2 + phpMyAdmin(Adminer)
Stars: ✭ 262 (+424%)
Mutual labels:  centos7
Docker Centos7 Ansible
CentOS 7 Docker container for Ansible playbook and role testing.
Stars: ✭ 72 (+44%)
Mutual labels:  centos7
Prometheus Rpm
Prometheus RPM Packages
Stars: ✭ 190 (+280%)
Mutual labels:  centos7
Jshielder
Hardening Script for Linux Servers/ Secure LAMP-LEMP Deployer/ CIS Benchmark
Stars: ✭ 483 (+866%)
Mutual labels:  centos7
Centos7 Cis
Ansible CentOS 7 - CIS Benchmark Hardening Script
Stars: ✭ 64 (+28%)
Mutual labels:  centos7
Oracle Java
Ansible role to install Oracle Java 8/11 on Debian and RedHat based distributions.
Stars: ✭ 144 (+188%)
Mutual labels:  centos7
centos-script
🎉centos下工具安装脚本,包含基础环境配置,Gitlab、Docker、LDAP、MongoDB、MySQL、RabbitMQ、Supervisor、Node、Python、zsh、rar、zabbix、k8s、prometheus、grafana等🎉
Stars: ✭ 121 (+142%)
Mutual labels:  centos7
aco-oracle java
Puppet module to install Oracle Java on Linux systems
Stars: ✭ 13 (-74%)
Mutual labels:  oracle-java
Spel
STIG-Partitioned Enterprise Linux (spel)
Stars: ✭ 66 (+32%)
Mutual labels:  centos7
Guacamole Install Rhel 7
Apache Guacamole installation bash script for RHEL 7 and CentOS 7 including options for Nginx, HTTPS, SSL, LDAP, Let's Encrypt certificates and more
Stars: ✭ 174 (+248%)
Mutual labels:  centos7
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+1622%)
Mutual labels:  centos7
Slurm In Docker
Slurm in Docker - Exploring Slurm using CentOS 7 based Docker images
Stars: ✭ 63 (+26%)
Mutual labels:  centos7
Sentora Installers
Provides a central place to store, version and distribute the Sentora installer and upgrade scripts from.
Stars: ✭ 146 (+192%)
Mutual labels:  centos7
Sorryjava
给动图加字幕的sorry项目的java版本
Stars: ✭ 307 (+514%)
Mutual labels:  centos7
Packer Centos 7
This build has been moved - see README.md
Stars: ✭ 223 (+346%)
Mutual labels:  centos7
el7-bpf-specs
RPM specs for building bpf related tools on CentOS 7
Stars: ✭ 38 (-24%)
Mutual labels:  centos7
Rhcsa Practice Questions
RHCSA practice questions for version 7/8
Stars: ✭ 103 (+106%)
Mutual labels:  centos7
oraji
Oracle java installler script for linux
Stars: ✭ 33 (-34%)
Mutual labels:  oracle-java
Centos Book
Web开发者手边的一本CentOS小书,是对 CentOS 系统知识的一个整理以及补完,当然对于其它 Linux 发行版本也有很大的参考意义,但的确针对的是目前 CentOS 的最新版本——CentOS 7
Stars: ✭ 241 (+382%)
Mutual labels:  centos7
Trojan Tutor.github.io
trojan 教程 自建梯子教程 trojan教程 trojan-gfw 科学上网 代理工具 翻墙 Ubuntu Debian 小白教程 https伪装
Stars: ✭ 150 (+200%)
Mutual labels:  centos7

Java with CentOS 7

This is docker images of CentOS 7 with different versions of java

Loading different versions of java

The different version is determined with the TAG

The available version are

  • latest - currently Oracle Java version 9 JRE
  • openjdk-7-jdk - OpenJDK Java version 7 JDK
  • openjdk-7-jre - OpenJDK Java version 7 JRE
  • openjdk-7-jre-headless - OpenJDK Java version 7 JRE headless
  • openjdk-8-jdk - OpenJDK Java version 8 JDK
  • openjdk-8-jre - OpenJDK Java version 8 JRE
  • openjdk-8-jre-headless - OpenJDK Java version 8 JRE headless
  • oracle-7-jre - Oracle Java version 7 JRE
  • oracle-7-jdk - Oracle Java version 7 JDK
  • oracle-8-jre - Oracle Java version 8 JRE
  • oracle-8-jdk - Oracle Java version 8 JDK
  • oracle-9-jre - Oracle Java version 9 JRE
  • oracle-9-jdk - Oracle Java version 9 JDK

Example to run a container with OpenJDK version 7 JDK

`docker run -ti nimmis/java-centos:openjdk-7-jdk`
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].