Skip to content

dapor2000/ubuntu-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu Server

Version 0.3.1

  • Ubuntu docker images with SSH access, Vim and Net tools and apache / php / phpmyadmin / imagemick und vielem mehr..

Running container

docker run --name some-server \
    -e AUTHORIZED_KEYS="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7c..." \
    -e ROOT_PASSWORD="your_password" -d ubuntu-server

SSH

ssh root@{container_ip}

About

Dockerfile Automated build: Ubuntu 14.04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%