wsl-scripts icon indicating copy to clipboard operation
wsl-scripts copied to clipboard

Generate tar file from dockerfile

Open schaulet opened this issue 4 years ago • 1 comments

Hi,

Is it possible to generate the tar file using a dockerfile to generate a custom environement ?

Thanks for this great tips!

schaulet avatar Dec 27 '20 14:12 schaulet

I think that yes but not directly. You can build your own container image on the dockerhub, and then you can use this image as source for the download script.

Next approach is to write own bootstrap file for my deploy script and use it to customize the default image. I use this to get my Fedora image custom tailored. Install my preferred software, clone dot files etc... Take look onto the bootstrap files in my repo

polachz avatar Dec 28 '20 23:12 polachz