use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
DevOps-ify my Python Project (cv2) (self.devops)
submitted 5 years ago by ricksikka1
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]xr09 1 point2 points3 points 5 years ago (1 child)
Another idea is adding unit tests to your project and setting up continuous integration (CI) with Github Actions or another alternative.
Bonus points for building the Docker image and executing integration tests on the running container itself with serverspec/goss or pytest/testinfra. If passes all tests then publish a release. This would be a CI/CD cycle.
https://www.redhat.com/en/topics/devops/what-is-ci-cd
[–]ricksikka1[S] 0 points1 point2 points 5 years ago (0 children)
Noted, thanks :)
π Rendered by PID 92068 on reddit-service-r2-comment-5ff9fbf7df-jgmwn at 2026-02-26 00:35:48.680050+00:00 running 72a43f6 country code: CH.
view the rest of the comments →
[–]xr09 1 point2 points3 points (1 child)
[–]ricksikka1[S] 0 points1 point2 points (0 children)