Sign inSign up

richardtomik/flask-sftp

By richardtomik

•Updated about 2 years ago

Image
0

61

richardtomik/flask-sftp repository overview

⁠Flask-SFTP Docker Image

This Docker image provides a lightweight environment for running Flask applications with SFTP capabilities. It's based on Python 3.9-slim and includes the following features:

  • Python 3.9 runtime
  • Flask web framework
  • SFTP client (openssh-client)
  • Useful utilities: curl, wget

⁠Key Components:

  • Base Image: python:3.9-slim
  • Installed Packages: openssh-client, curl, wget
  • Python Packages: Flask

⁠Usage:

This image is designed to serve as a base for Flask applications that require SFTP functionality. It keeps the container idle by default, allowing you to override the CMD with your specific Flask application run command.

⁠Security Notes:

  • Sets PYTHONUNBUFFERED=1 for better log output
  • Uses a non-root working directory (/app)

To use this image, build your Flask application on top of it and specify your app's run command.

Tag summary

Content type

Image

Digest

sha256:65a50c8c8…

Size

53.8 MB

Last updated

about 2 years ago

docker pull richardtomik/flask-sftp:1.0