mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 12:55:04 -02:30
do not require privileged iso container
* The init call w/ privileged was causing my laptop to wig out. This changeset still functions w/ out requiring privileged access.
This commit is contained in:
@@ -14,4 +14,6 @@ services:
|
|||||||
- "../awx/main/expect:/awx_devel"
|
- "../awx/main/expect:/awx_devel"
|
||||||
- "../awx/lib:/awx_lib"
|
- "../awx/lib:/awx_lib"
|
||||||
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||||
privileged: true
|
tmpfs:
|
||||||
|
- "/tmp:exec"
|
||||||
|
- "/run"
|
||||||
|
|||||||
@@ -27,4 +27,7 @@ RUN ssh-keygen -A
|
|||||||
RUN mkdir -p /root/.ssh
|
RUN mkdir -p /root/.ssh
|
||||||
RUN touch /root/.ssh/authorized_keys
|
RUN touch /root/.ssh/authorized_keys
|
||||||
|
|
||||||
|
STOPSIGNAL SIGRTMIN+3
|
||||||
|
|
||||||
|
|
||||||
CMD ["/usr/sbin/init"]
|
CMD ["/usr/sbin/init"]
|
||||||
|
|||||||
Reference in New Issue
Block a user