Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bytekast/docker-lamp-precise
https://github.com/bytekast/docker-lamp-precise
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bytekast/docker-lamp-precise
- Owner: bytekast
- License: apache-2.0
- Created: 2015-09-18T18:01:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T20:56:30.000Z (about 9 years ago)
- Last Synced: 2023-04-10T16:09:05.183Z (over 1 year ago)
- Language: Shell
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-preciseSSH
---
ssh -p 2222 root@${CONTAINER_IP}