Comment on [HELP] How to fork a docker image?
traches@sh.itjust.works 1 week ago
Make your own dockerfile, and the first line will be FROM <upstream>. Then make your changes.
Comment on [HELP] How to fork a docker image?
traches@sh.itjust.works 1 week ago
Make your own dockerfile, and the first line will be FROM <upstream>. Then make your changes.
nico198X@piefed.europe.pub 1 week ago
awesome, thanks!
i will give this a go!