GithubHelp home page GithubHelp logo

docker-debian's Introduction

Debian Jessie License MIT Travis

Debian Docker Base Image with Useful Tools

Dockerfile for extending official Debian image with useful tools, e.g. Git, Wget, etc. The Image is a good starting point to create your own small images with some handy tools. See Docker Hub for more details about the image.

What's inside?

  • ca-certificates: Brings root certs for trusting secured connections with common CAs.
  • cron: Use Cron jobs for scheduling tasks like cleanup processes.
  • curl: Swiss army knife to use various number of protocols.
  • git: THE version control system.
  • nano: Easy editor for modifying files.
  • openssh-server: For connecting to the container via SSH and executing commands within.
  • rsync: Use it for copying files from server A to server B.
  • ssmtp: Tiny mail server for sending mails from your application to the world.
  • supervisor: Helper for running multiple processes in a container, e.g. cron and openssh-server.
  • unzip: Unpack ZIP archives.
  • vim: Powerful editor for nerds.
  • wget: The standard for downloading archives.

Supported Tags

Log into container via SSH with public key

Mount your public key into the container and define the path with environment variable SSH_AUTHORIZED_KEYS. Example:

docker run -d -P -v ~/.ssh/id_rsa.pub:/authorized_keys:ro -e "SSH_AUTHORIZED_KEYS=/authorized_keys" servivum/debian

Use sSMTP with external SMTP relay server

sSMTP is like a proxy which delegates the mails to a real MTA like postfix. With these environment variables it is possible to define a relay server with the corresponding credentials.

docker run -d -P \
-e "SMTP_HOST=smtp.example.com" \
-e "[email protected]" \
-e "SMTP_AUTH_PASS=secret" \
-e "SMTP_STARTTLS=true" \
servivum/debian

docker-debian's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.