Giter Club home page Giter Club logo

Comments (2)

firecat53 avatar firecat53 commented on May 22, 2024

There was a typo in the README. It should read:

# docker inspect ansible_test | grep IPAddress

You should be inspecting the running container for its IP address, not the image.

HOWEVER ---
I just updated the README, but I also recommend that you actually don't use this Dockerfile anymore. The practice of having a running SSH daemon inside a container is typically not recommended. Containers should be provisioned using a Dockerfile, and if access to a running container is necessary you can use either nsenter (Docker <= v1.2) or 'docker exec' (Docker >= v1.3). I originally put this together when I really didn't completely understand yet how to effectively use images and containers. There are plenty of recent tutorials for Docker...I highly recommend working through several hands-on to get an idea of how it all works together!

These Dockerfiles are designed to be used independently. There's no required order or inter-dependence for any of them. Use as many or as few as you need.

Scott

from dockerfiles.

sanderant avatar sanderant commented on May 22, 2024

Thanks Scott. I was trying to understand the inter-dependencies of your images. I somehow thought the ansible image controlled all of them and omd would monitor them, and so on, but now I see they are all separate, but share some configs. Thanks for making them!

from dockerfiles.

Related Issues (18)

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.