Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker installation doesn't work #15070

Open
5 of 11 tasks
bourribab opened this issue Apr 5, 2024 · 1 comment
Open
5 of 11 tasks

Docker installation doesn't work #15070

bourribab opened this issue Apr 5, 2024 · 1 comment

Comments

@bourribab
Copy link

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX is open source software provided for free and that I might not receive a timely response.
  • I am NOT reporting a (potential) security vulnerability. (These should be emailed to [email protected] instead.)

Bug Summary

Hello !

i wanted to try out AWX in docker.

I followed the the steps in the docs but stuck at the point describes below.

Thankyou

AWX version

24.0.1

Select the relevant components

  • UI
  • UI (tech preview)
  • API
  • Docs
  • Collection
  • CLI
  • Other

Installation method

docker development environment

Modifications

no

Ansible version

No response

Operating system

centos oracle linux 7.9

Web browser

No response

Steps to reproduce

Followed the steps described at prerequisites in docs
cd /tmp
git clone -b devel https://github.com/ansible/awx.git
cd awx
docker-compose-build
docker-compose

Expected results

AWX container starts.

Actual results

ocker-compose -f tools/docker-compose/_sources/docker-compose.yml up -d --remove-orphans
tools_redis_1 is up-to-date
tools_postgres_1 is up-to-date
Starting tools_awx_1 ... error

ERROR: for tools_awx_1 Cannot start service awx_1: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/entrypoint.sh": permission denied: unknown

ERROR: for awx_1 Cannot start service awx_1: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/entrypoint.sh": permission denied: unknown
ERROR: Encountered errors while bringing up the project.
make[1]: *** [docker-compose-up] Error 1
make[1]: Leaving directory `/data/awx/awx/awx'
make: *** [docker-compose] Error 2

Additional information

.

@fosterseth
Copy link
Member

fosterseth commented Apr 12, 2024

docker-compose-build
docker-compose

did you use the make commands to run those?

should be make docker-compose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants