docker/alpine
2019-04-15 18:01:54 +08:00
..
Dockerfile 1、更新alpine镜像,并且新增glibc的包环境。2、新增siege的docker化容器。 2019-04-15 15:41:21 +08:00
Dockerfile-coreutils 新增包含coreutils的alpine版本 2017-08-07 14:55:53 +08:00
Dockerfile-glibc 1、更新alpine镜像,并且新增glibc的包环境。2、新增siege的docker化容器。 2019-04-15 15:41:21 +08:00
README.md 新增python的siege的docker化镜像 2019-04-15 18:01:54 +08:00

Alpine

主要修改如下:

  • 使用阿里云源
  • 安装的基础工具 curl bash tzdata tar unzip
  • 中国时区
  • 默认bash

镜像下载

docker pull registry.cn-hangzhou.aliyuncs.com/kennylee/alpine

docker pull registry.cn-hangzhou.aliyuncs.com/kennylee/alpine:3.9

docker pull registry.cn-hangzhou.aliyuncs.com/kennylee/alpine:alpine-3.9_glibc

docker pull registry.cn-hangzhou.aliyuncs.com/kennylee/alpine:3.4

参考构建命令

docker build -t kennylee26/alpine .

docker build -t kennylee26/alpine:coreutils -f Dockerfile-coreutils .

docker build -t kennylee26/alpine:glibc -f Dockerfile-glibc .

版本说明

  • coreutils 包含coreutils包的镜像没有coreutils的话date命令的格式化无法正常使用。
  • glibc 包含glibc包的镜像环境。