docker-alpine-ftp-server icon indicating copy to clipboard operation
docker-alpine-ftp-server copied to clipboard

what is use of volume ftp/ftp is in dockerfile?

Open moinologics opened this issue 1 year ago • 4 comments

i see VOLUME /ftp/ftp in dockerfile, is it required??

moinologics avatar Oct 27 '23 19:10 moinologics

@moinologics hello! https://docs.docker.com/engine/reference/builder/#volume No, it's not required. Do you have any issues with this?

delfer avatar Oct 30 '23 17:10 delfer

Yes, it's mount this volume even if we don't want to, so it will be good if we can remove

moinologics avatar Oct 30 '23 18:10 moinologics

@moinologics can you please provide a PR? I would glad to merge it!

delfer avatar Oct 30 '23 18:10 delfer

@delfer PR created to remove the VOLUME /ftp/ftp #74 # # #

QuiGonLeong avatar Aug 09 '24 23:08 QuiGonLeong