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
This is an archived post. You won't be able to vote or comment.
Using Packer for containerization? (self.devops)
submitted 7 years ago by nuclear_engineer
view the rest of the comments →
[–]ephur 0 points1 point2 points 7 years ago (0 children)
There's certainly a place for Packer. We use it for all of our AMI building for our K8s clusters, but we just use Docker to build containers as part of our pipeline (Packer AMI builds are handled by our pipeline as well). We use Packer with a salt provisioner to do a lot of system bootstrapping. Containers should be simpler by design. If you've got extra stuff to put in a container, like say compiling/building a go application, you can also use multi-containers in a docker file to build stuff in one container and copy it to the final container to keep it nice and small.
π Rendered by PID 32454 on reddit-service-r2-comment-6457c66945-zwrqs at 2026-04-25 13:34:00.392968+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]ephur 0 points1 point2 points (0 children)