Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Supported tags and respective Dockerfile links

Description

This is possible thanks to the work from uggedal on packaging Alpine Linux for Docker.

This project is now build on top of official Alpine Linux image, only including a few convenience packages.

Included packages

To get you started, a set of packages have been integrated:

  • curl
  • ca-certificates

Time Zone

China Standard Time

How to use this image

Usage

Use like you would any other base image:

FROM benzbrake/alpine:3.7
RUN apk add --no-cache mysql-client
ENTRYPOINT ["mysql"]