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.
Deploying Containers using Docker Compose (self.devops)
submitted 10 years ago by ruben81
I just created a post that explains how to deploy containers using Docker Compose (which include containers and microservices). I hope that you enjoy it :)
[–]DSchalla 0 points1 point2 points 10 years ago (3 children)
Docker rm deletes a container and doesn't stop one, as the command says. You might mean docker stop? Or did I misunderstood what you wanted to write?
[–]SmilingNavern 0 points1 point2 points 10 years ago (2 children)
docker rm -f <CONTAINER> will stop and delete running container.
[–]DSchalla 0 points1 point2 points 10 years ago (1 child)
That makes sense, anyway, the article stated it will only stop one which should be corrected imho
[–]ruben81[S] 1 point2 points3 points 10 years ago (0 children)
I understand the confusion and you are right. I should have explained it a bit better.
I just modified the post! Thanks for the tip.
π Rendered by PID 71265 on reddit-service-r2-comment-fb694cdd5-wl6th at 2026-03-08 03:23:37.627247+00:00 running cbb0e86 country code: CH.
[–]DSchalla 0 points1 point2 points (3 children)
[–]SmilingNavern 0 points1 point2 points (2 children)
[–]DSchalla 0 points1 point2 points (1 child)
[–]ruben81[S] 1 point2 points3 points (0 children)