1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00
awx/tools/docker
Matthew Jones 5727d722b6 Merge remote-tracking branch 'upstream/release_2.3' into devel
* upstream/release_2.3: (91 commits)
  Include python-{paramiko,ecdsa} dependencies
  Remove extra epel testing stanzas
  Unit test for ec2 credentialless inventory
  Fix issue with ec2 iam sync with no credential.
  Use the htpasswd command instead the ansible module
  Pip is no longer needed
  check local user root or not in ./configure
  Remove unneeded when check for super user addition
  Improve distro detection in setup.sh
  Fix superuser check on upgrade
  Minor improvements to setup.sh
  Remove ansible prerequisite check from configure
  Attempt to install ansible within setup.sh
  Allow munin processes to access postgres
  Move up base package dependency install
  fixes jenkins failures
  Proper flake8 fix
  fixes executing processes with correct PYTHONPATH will pickup .pth files
  Show the repo for bundled package file dump
  Proper flake8 fix
  ...
2015-09-03 15:46:10 -04:00
..
Dockerfile Merge remote-tracking branch 'upstream/release_2.3' into devel 2015-09-03 15:46:10 -04:00
license all vendor dependencies expressed in requirements.txt 2015-08-17 11:17:53 -04:00
local_settings.py fixed copyright date 2015-06-11 16:10:23 -04:00
README all vendor dependencies expressed in requirements.txt 2015-08-17 11:17:53 -04:00
start_development.sh Fix path check in start_development docker script 2015-08-31 15:15:49 -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

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