1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/tools/docker
2015-06-03 14:41:02 -04:00
..
Dockerfile cleanly shutdown postgres before exiting the container 2015-06-03 14:41:02 -04:00
license Made delete prompts use the same styling 2014-12-17 17:49:45 -05:00
local_settings.py Made delete prompts use the same styling 2014-12-17 17:49:45 -05:00
README -P picks random ports, we wan't specific ports 2015-06-02 10:19:05 -04:00
start_everything.sh Uncomment mongo from startup script 2015-06-01 14:52:55 -04:00
start_local.sh Made delete prompts use the same styling 2014-12-17 17:49:45 -05:00
start_superlocal.sh Made delete prompts use the same styling 2014-12-17 17:49:45 -05:00

sudo docker build --no-cache=true --rm=true -t ansible/tower_devel:latest .
sudo docker run --name tower_test -it --memory="4g" --cpuset="0,1" -v /home/meyers/ansible/:/tower_devel -p 8013:8013 -p 8080:8080 -p 27017:27017 ansible/tower_devel /bin/bash