no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Docker SFTP server, part 2

    calendar April 20, 2021 nav_categories Tech nav_categories Networking nav_tags docker nav_tags nas nav_tags networking nav_tags nfs nav_tags sftp

    I needed a quick SFTP server, and did a short post about it previously.

    However, I wanted the ability to run a Docker container that wasn't on my NAS, so I had to mount the NFS share from within Docker.

    Using this Docker composer file did the trick:

    version: "3.2"
    
    services:
      sftp:
        image: atmoz/sftp …

    Read More
  • Docker SFTP server

    calendar March 20, 2021 nav_categories Tech nav_categories Networking nav_tags docker nav_tags networking nav_tags sftp

    I had a couple of files I needed to provide to a friend on a regular basis.

    • The files were too big to email.
    • The files would change every week.
    • They were created/stored on my NAS.
    • Neither of us wanted to go through the hassle of using Dropbox/Google Drive/etc.

    Simple solution was for me to create a simple Docker …

    Read More

©2019 -   |  www.nodinrogers.com
Powered by Hugo and based off of the Hugo Clarity theme

to-top