Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 701 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 701 Bytes

Barge docker image

A small base image especially for non-static binary which needs GLIBC library


Example

FROM ailispaw/barge
COPY dnsdock /dnsdock
CMD ["/dnsdock"]

The original tonistiigi/dnsdock image (650MB) becomes 26MB.