December 30, 20169 yr Hello! I'm trying to make myself a docker image which I can use to access a certain share remotely via SSH/SFTP without having to access it through unRAID's sshd. Unfortunately I'm having a very hard time grasping Docker and figuring out the easiest "workflow" to get the container set up perfectly from a dockerfile. Is it viable for me to create one persistent docker container, configure it to my liking, save it as an image and just update that with apt-get as I would with a VM? From what I gather this is frowned upon by the community but I don't plan to move or distribute the docker image. Normally I'd just use a VM for this but I found that the io performance of 9p virtio is much worse than what a docker container can do.
December 30, 20169 yr No answer to your direct question, but did you try samba/cifs in your VM? I get quite acceptable performance that way instead of 9p.
Archived
This topic is now archived and is closed to further replies.