Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 1.23 KB

README.md

File metadata and controls

64 lines (49 loc) · 1.23 KB

日常使用的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                  帮助