Code Monkey home page Code Monkey logo

Comments (3)

philomatic avatar philomatic commented on May 23, 2024 2

Keep up your good work by using the official images.

I've just started using docker for more than just testing purposes and made the following observations:

  • docker-compose is a great tool for demo AND production usage, indeed it's even intended by the docker docs.
  • When using slightly more complicated software stacks (such as awx), always prefer a documented docker-compose.yml file instead of some docker-run instructions or even a script:
  1. Download docker-compose.yml
  2. Adapt ports, networking and some environment options
  3. Run docker-compose up -d; start using.

So I was happy when Ansible decided to support docker as deployment platform for awx and disappointed by the way they're doing it, just looking at the prerequisites from https://github.com/ansible/awx/blob/devel/INSTALL.md:

  • Ansible Requires Version 2.4+
  • Docker
  • docker-py Python module
  • GNU Make
  • Git

and using an ansible playbook to get even started. I mean I can understand that they're using their own technologies ofc, but it's not very docker like 😞
It's more the opposite 😄

A docker-compose.yml for a demo / small production setup however would ideally already ship with an Ansible Container itself, how about that?

Best regards

from awx-container.

geerlingguy avatar geerlingguy commented on May 23, 2024

Fixed via #27

from awx-container.

vijayscsa avatar vijayscsa commented on May 23, 2024

Hi, Thanks for all support. Can you please support how should I update /etc/resolv.conf in the AWX Task container ? From AWX Container I can able to DNS Server, once I update in /etc/resolv.conf I am unable to resolve any hosts. Please help me

Thanks,

vj

[email protected]

from awx-container.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.