Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bytekast/docker-lamp-precise


https://github.com/bytekast/docker-lamp-precise

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

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}