Skip to content

so0k/mount.cifs_copy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build & Package mount.cifs with Dockerception

Provide a mount.cifs for CoreOS (for example) to use, optimized for speed.

Delivering mount.cifs to a docker host:

docker run -it --rm -v /opt/bin/:/target so0k/mount.cifs_copy /target

demo

Docker building dockers - keeping them small

docker build process split into a 'builder' docker and a 'runtime' docker to keep final docker image as small as possible.

To build the runtime docker image, clone this project and then run the following command:

$ ./build.sh

Resulting images: size difference

References:

NOTE: this repository can no longer be build automatically by docker hub.

Packages

No packages published

Languages

  • Shell 100.0%