Hi Wei-Yen
Thanks very much for your fast answer.
I’ve been working on setting up AWX Operator (https://github.com/ansible/awx-operator), so have already installed minikube. So, these steps seemed to work:
docker pull quay.io/ansible/awx
minikube start --cpus=4 --memory=6g –force
minikube image load quay.io/ansible/awx
After this, I was able to see AWX in the minikube environment
ldpdd040:~ # minikube ssh
Last login: Tue Jul 18 15:59:14 2023 from 192.168.49.1
docker@minikube:~$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
quay.io/ansible/awx latest fde176845f8c 7 days ago 848MB
registry.k8s.io/kube-apiserver v1.26.3 1d9b3cbae03c 4 months ago 134MB
registry.k8s.io/kube-scheduler v1.26.3 5a7904736932 4 months ago 56.4MB
registry.k8s.io/kube-controller-manager v1.26.3 ce8c2293ef09 4 months ago 123MB
registry.k8s.io/kube-proxy v1.26.3 92ed2bec97a6 4 months ago 65.6MB
registry.k8s.io/etcd 3.5.6-0 fce326961ae2 7 months ago 299MB
registry.k8s.io/pause 3.9 e6f181688397 9 months ago 744kB
registry.k8s.io/coredns/coredns v1.9.3 5185b96f0bec 13 months ago 48.8MB
gcr.io/k8s-minikube/storage-provisioner v5 6e38f40d628d 2 years ago 31.5MB
docker@minikube:~$
I’m looking for a command to run the image.
Thanks again!
tl
Internal Use - Confidential
From: awx-p...@googlegroups.com <awx-p...@googlegroups.com>
On Behalf Of Wei-Yen Tan
Sent: Tuesday, July 18, 2023 10:32 AM
To: awx-p...@googlegroups.com
Subject: Re: [awx-project] Using the AWX Docker image at https://quay.io/repository/ansible/awx
[EXTERNAL EMAIL]
Hi!
You don't run awx through docker. You run out through kubernetes. You can use a bunch of Distributions. A light weight one I like to use is k3s.
Here is the github repo and documentation to install it.
From: 'Terry Lemons' via AWX Project <awx-p...@googlegroups.com>
Sent: Wednesday, July 19, 2023 2:28:17 AM
To: AWX Project <awx-p...@googlegroups.com>
Subject: [awx-project] Using the AWX Docker image at
https://quay.io/repository/ansible/awx [quay.io]
Hi
I like the idea of consuming Ansible in a ready-made Docker image. So when I found https://quay.io/repository/ansible/awx [quay.io], I did a:
docker pull quay.io/ansible/awx
on my SLES system. But when I tried to run the image, I saw:
ldpdd040:~ # docker run quay.io/ansible/awx
Usage: dumb-init [option] program [args]
Try dumb-init --help for full usage.
ldpdd040:~ #
https://github.com/ansible/awx/issues/12426 [github.com] mentions, "The image you mentioned is the official image, but it's not designed to run directly and separately using docker run. Typically it shoud be used with Kubernetes, OpenShift, or Docker Compose." This comment also mentions, "Refer the official installation guide: https://github.com/ansible/awx/blob/devel/INSTALL.md [github.com]". I did, but didn't find any information on how to use this pre-made AWX Docker image.
Help, please. Thanks!
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
awx-project...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/5ce7879d-f9e9-4aa0-bb75-337a7cc8b068n%40googlegroups.com [groups.google.com].
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
awx-project...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/SYBP282MB35256BE739D49C2B0D89352BAD38A%40SYBP282MB3525.AUSP282.PROD.OUTLOOK.COM [groups.google.com].