Skip to content

bargees/barge-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.