Random Sumit.

A learning log. Things I build, things I figure out, and life outside the screen.

Tag: docker ✕ Clear filter
  1. May 5, 2024 · Work · 4 min · networking · docker

    Setting up a local SFTP server using docker

    Setting up an SFTP server locally with Docker is a breeze. This guide walks you through creating a Docker Compose file, generating SSH host keys, and running the SFTP server container. Understand the importance of using both ed25519 and RSA host keys for compatibility and security.

    Read →