Skip to content

Commit

Permalink
First commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcallah committed Apr 4, 2018
1 parent 2276b87 commit 96bfc0e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build_container.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh
# This code is NOT getting us the container we need yet!
# Still experimenting to get the right mix of utils.
if [ -z "$1" ]
then
echo "You must provide the location of your DevOps repo."
exit 1
fi
docker pull python
docker run -it -p 8000:8000 -v $1:/home/DevOps --name python bash

0 comments on commit 96bfc0e

Please sign in to comment.