Created
March 9, 2017 11:49
-
-
Save mrWinston/63bcf4417bd1f186243a309697ebeb7a to your computer and use it in GitHub Desktop.
Start python Docker Container for testing bitbucket pipelines #docker #devops #pipelines #testing #shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo docker run -it --volume=$(pwd):/localDebugRepo --workdir="/localDebugRepo" --memory=4g --entrypoint=/bin/bash python:2.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment