Minimal Docker image based on Alpine Linux
3.4(versions/library-3.4/Dockerfile)3.5(versions/library-3.5/Dockerfile)3.6,latest(versions/library-3.6/Dockerfile)
-
Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow -
Where to file issues:
https://github.com/rlesouef/docker-alpine/issues -
Maintained by:
o2s : Open Source Services
Use like you would any other base image:
FROM alpine:3.5
RUN apk add --no-cache mysql-client
ENTRYPOINT ["mysql"]
