A mysql55 container tailored for Tuleap usage
Create a data volume to make your write persistent $> docker run --name=dbdata -v /var/lib/mysql centos true
Note: you should never delete this container otherwise your data will be gone.
Initialize a new DB:
$> docker run --rm=true -e MYSQL_ROOT_PASSWORD=welcome0 --volumes-from=dbdata enalean/tuleap-db
Run the DB:
$> docker run -d --volumes-from=dbdata enalean/tuleap-db
Content type
Image
Digest
sha256:f0fd99fca…
Size
119.7 MB
Last updated
almost 11 years ago
docker pull enalean/tuleap-mysql