Coder Social home page Coder Social logo

Comments (8)

hhorak avatar hhorak commented on June 25, 2024

There is one issue with this approach, that in case you for example misconfigure container and it exits early during initialization, then what you get with --restart=always is a forever restarting container. We can limit this by using something like --restart=on-failure:5 which says try restart only 5 times, then give up.

from atomic.

rhatdan avatar rhatdan commented on June 25, 2024

I think we should have multiple examples. Including a k8s example.

from atomic.

rhatdan avatar rhatdan commented on June 25, 2024

Where are the documents written describing best practices?

from atomic.

hhorak avatar hhorak commented on June 25, 2024

@rhatdan I took the following file as the best practice guide: https://github.com/projectatomic/atomic/blob/master/README.md

from atomic.

vpavlin avatar vpavlin commented on June 25, 2024

There is a Container Best Practices project which should cover those, though it seems a bit frozen (Any comments, @scollier ?:)

from atomic.

rhatdan avatar rhatdan commented on June 25, 2024

Ok I guess we need to update this to show example of using k8s and docker for starting containers.

from atomic.

rhatdan avatar rhatdan commented on June 25, 2024

Does anyone have examples of these use cases that I could steal, or even better wanted to send me a pull request to update the examples.

from atomic.

rhatdan avatar rhatdan commented on June 25, 2024

Never received any other examples so I will close this issue.

from atomic.

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.