Skip to content

Instantly share code, notes, and snippets.

@mrWinston
Created March 9, 2017 11:49
Show Gist options
  • Select an option

  • Save mrWinston/63bcf4417bd1f186243a309697ebeb7a to your computer and use it in GitHub Desktop.

Select an option

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
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