Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bytekast/docker-busdec-template
https://github.com/bytekast/docker-busdec-template
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bytekast/docker-busdec-template
- Owner: bytekast
- Created: 2015-09-19T22:39:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T05:35:24.000Z (about 9 years ago)
- Last Synced: 2023-04-10T16:09:05.148Z (over 1 year ago)
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-busdec-template
=================Configuration
-------------Copy a mysqldump of the test database in the `data` folder. It should be a `.sql` file.
Modify the following variables in the Dockerfile:
ENV APP_MYSQL_DB
ENV APP_MYSQL_USER
ENV APP_MYSQL_PASS
ENV APP_MYSQL_TEST_DATA
ENV GIT_REPO_URL
ENV GIT_BRANCH
Building
--------
docker build -t bytekast/docker-busdec .Running
-------
docker run -d -p 2222:22 -p 80:80 -p 3306:3306 -e AUTHORIZED_KEYS="`cat ~/.ssh/id_rsa.pub`" bytekast/docker-busdecSSH
---
ssh -p 2222 root@${CONTAINER_IP}