Sign inSign up

bytekast/docker-lamp-precise

By bytekast

Updated almost 11 years ago

LAMP Docker Image on Ubuntu 12.04 with SSH

Image
0

502

bytekast/docker-lamp-precise repository overview

docker-lamp-precise

Building

docker build -t bytekast/docker-lamp-precise .

Running

docker run -d -p 2222:22 -p 80:80 -p 3306:3306 -e AUTHORIZED_KEYS="cat ~/.ssh/id_rsa.pub" bytekast/docker-lamp-precise

SSH

ssh -p 2222 root@${CONTAINER_IP}

Tag summary

Content type

Image

Digest

sha256:c497740d8

Size

176.4 MB

Last updated

almost 11 years ago

docker pull bytekast/docker-lamp-precise