Search Docker Hub
docker-lamp-precise
By bytekast
LAMP Docker Image on Ubuntu 12.04 with SSH
502
docker build -t bytekast/docker-lamp-precise .
docker run -d -p 2222:22 -p 80:80 -p 3306:3306 -e AUTHORIZED_KEYS="cat ~/.ssh/id_rsa.pub" bytekast/docker-lamp-precise
cat ~/.ssh/id_rsa.pub
ssh -p 2222 root@${CONTAINER_IP}
Content type
Image
Digest
sha256:c497740d8…
Size
176.4 MB
Last updated
almost 11 years ago
docker pull bytekast/docker-lamp-precise