GithubHelp home page GithubHelp logo

isabella232 / ubuntu-16-customerssh Goto Github PK

View Code? Open in Web Editor NEW

This project forked from astrolox/ubuntu-16-customerssh

0.0 0.0 0.0 224 KB

Home Page: https://hub.docker.com/r/1and1internet/ubuntu-16-customerssh/

Shell 5.77% Ruby 0.26% Makefile 3.34% Roff 12.37% C 59.44% Perl 15.23% Objective-C 1.49% Dockerfile 2.09%

ubuntu-16-customerssh's Introduction

Customer SSH Environment

This image provides the environment in to which we place interactive sessions started by customers. The relevent volumes for the project are mounted in to well known common locations to make the container based hosting environment feel more like a familiar server environment.

Additionally this image is responsible for hosting the cron daemon, making everything available via SSH available to cron.

Despite the name this image does not expose SSH, instead it is expected that the platform handle the actual SSH connection and places the TTY in to the container.

Usage

Please note this image is explictly intended to be run as a non-privileged user. Ensure you specify a user id (UID) other than zero when you run it. Running as root will not function.

UID=999

docker run -i -t -u ${UID}:0 1and1internet/ubuntu-16-customerssh bash

or

UID=999
NAME=sshcron

docker run --name=${NAME} -d -u ${UID}:0 1and1internet/ubuntu-16-customerssh /init/run_forever.sh
docker exec -i -t ${NAME} bash

Building and testing

A simple Makefile is included for your convience. It assumes a linux environment with a docker socket available at /var/run/docker.sock

To build and test just run make. You can also just make pull, make build and make test separately.

Please see the top of the Makefile for various variables which you may choose to customise. Variables may be passed as arguments, e.g. make IMAGE_NAME=bob or make build BUILD_ARGS="--rm --no-cache"

Modifying the tests

The tests depend on shared testing code found in its own git repository called drone-tests.

To use a different tests repository set the TESTS_REPO variable to the git URL for the alternative repository. e.g. make TESTS_REPO=https://github.com/1and1internet/drone-tests.git

To use a locally modified copy of the tests repository set the TESTS_LOCAL variable to the absolute path of where it is located. This variable will override the TESTS_REPO variable. e.g. make TESTS_LOCAL=/tmp/github/1and1internet/drone-tests/

ubuntu-16-customerssh's People

Contributors

brianwilkinson avatar jameseckersall avatar fhmarkh avatar nickcampion avatar leroyshirto avatar astrolox avatar iaincalderfh avatar hrobertson 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.