Skip to content

日常使用的dockerfile文件,主要是各种语言的ENV环境

License

Notifications You must be signed in to change notification settings

Anthony-Dong/dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

日常使用的dockerfile镜像

1. Centos

Quick start

docker pull fanhaodong/centos:7

Feature

  • version: 7
  • alibaba yum 源
  • net-tool 网络工具包
  • git wget vim curl zsh
  • htop、sysstat、iproute、dstat、tcpdump、telnet 监控和网络工具
  • gcc tool

2. Golang

Quick start

docker pull fanhaodong/golang:1.13.5

Feature

Example

可以参考这个例子使用: golang

3. Open-jdk

Quick start

docker pull fanhaodong/open-jdk:1.8.0

Feature

  • base image: fanhaodong/centos:7
  • version: 1.8.0
  • mvn: 3.6.3

Example

可以参考这个例子使用: jdk

4. Help

➜  dockerfile git:(main) ✗ make help 
 all                   构建和推送全部镜像
 login                 登陆docker
 centos                构建基础镜像 centos7
 golang                构建golang 1.13.5
 jdk                   构建 oepn-jdk 1.8.0
 VERSION               查看版本
 container_clear       清理docker已经停止的container
 image_clear           清理docker无用的images
 help                  帮助

About

日常使用的dockerfile文件,主要是各种语言的ENV环境

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published