mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
how to build and run a tower dev docker image
This commit is contained in:
parent
814a4e1afb
commit
7197a1fb13
2
tools/docker/README
Normal file
2
tools/docker/README
Normal file
@ -0,0 +1,2 @@
|
||||
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 ansible/tower_devel /bin/bash
|
||||
Loading…
x
Reference in New Issue
Block a user