wsl-scripts
wsl-scripts copied to clipboard
Generate tar file from dockerfile
Hi,
Is it possible to generate the tar file using a dockerfile to generate a custom environement ?
Thanks for this great tips!
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