Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scmorrison/dockertemplate

Simple docker template for debian:latest + ssh
https://github.com/scmorrison/dockertemplate

Last synced: 4 days ago
JSON representation

Simple docker template for debian:latest + ssh

Awesome Lists containing this project

README

        

# Docker template

This is a simple template for building out a Debian container based off of the "semi-official" debian images.

## Build the container using:

```
sudo docker build -t="scmorrison/stockdeb:v1" .
```

## Run the image in a new container:

```
./runimage.sh
```

## Connect to new container

```
ssh [email protected] -p2222
```

root password: root

## The container