Builds a docker image, which includes the three MySQL databases required by WSO2 API Manager.
819
This project may be used to build a docker image that can be run to prepare the three databases required by the WSO2 API Manager platform.
The databases created include:
$ docker run --name wso2db --restart=always --detach \
--publish 3306:3306 \
--volume wso2db:/var/lib/mysql \
-e MYSQL_ROOT_PASSWORD=<password> \
-e MYSQL_USER=<username> \
-e MYSQL_PASSWORD=<password> \
mysql-wso2am:<tag>
For a complete breakdown of the parameters supported, see the MySQL database image available on Docker Hub.
Content type
Image
Digest
Size
1.1 GB
Last updated
over 8 years ago
docker pull salte/mysql-wso2am:2.1.0