dawanda/docker-testlink

Name: docker-testlink

Owner: DaWanda Engineering Team

Description: null

Forked from: adeo/testlink

Created: 2016-01-07 15:56:38.0

Updated: 2016-01-07 15:57:05.0

Pushed: 2014-09-19 17:18:05.0

Homepage: null

Size: 25492

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

BUILD

docker build -t adeo/testlink –rm=true –force-rm=true .

RUN

docker run -d -p 80:80 -p 3306:3306 -v /home/wikeo/testlinkMySQL:/var/lib/mysql –name testlink -e MYSQL_PASS=“admin” adeo/testlink

DEBUG

docker run -t -i -p 80:80 -p 3306:3306 –name testlink -e MYSQL_PASS=“admin” adeo/testlink /bin/bash


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.