Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scmorrison/dockertemplate
- Owner: scmorrison
- Created: 2014-12-16T01:16:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-16T01:42:23.000Z (about 10 years ago)
- Last Synced: 2024-11-05T22:03:17.921Z (about 2 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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