1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/tools/docker
2015-06-11 16:10:23 -04:00
..
Dockerfile Some launch changes and configuration changes to the Dockerfile 2015-06-05 11:18:27 -04:00
license Made delete prompts use the same styling 2014-12-17 17:49:45 -05:00
local_settings.py fixed copyright date 2015-06-11 16:10:23 -04:00
README Some launch changes and configuration changes to the Dockerfile 2015-06-05 11:18:27 -04:00
start_development.sh executable dev file 2015-06-05 11:32:29 -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