Skip to content

rlesouef/docker-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-alpine

Minimal Docker image based on Alpine Linux

Tags and links

Quick reference

How to use this image

Usage

Use like you would any other base image:

FROM alpine:3.5
RUN apk add --no-cache mysql-client
ENTRYPOINT ["mysql"]

About

Small Docker image based on Alpine Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published