Docker Container with Preinstalled Python/SQL/Dynamo/Redis/Rabbit Based on Ubuntu 16.04
5.3K
Docker Container with Preinstalled Python/SQL/Dynamo/Redis/Rabbit Based on Ubuntu 16.04
bitbucket-pipelines.ymlExample: Start all services, install python dependenciesw and start testsuite
image: mths/docker-pmdrr
pipelines:
default:
- step:
script:
- service mysql start
- service redis-server start
- service dynamo-server start
- service rabbitmq-server start
- mysql -h localhost -u root -proot -e "CREATE DATABASE mydb;"
- python setup.py install
- py.test
Content type
Image
Digest
Size
739 MB
Last updated
over 9 years ago
docker pull mths/docker-pmdrr