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