<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Docker on XtraSimplicity</title>
    <link>/categories/docker/</link>
    <description>Recent content in Docker on XtraSimplicity</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 02 Aug 2018 13:50:17 +1000</lastBuildDate>
    
	<atom:link href="/categories/docker/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Useful Docker Commands</title>
      <link>/posts/infrastructure/useful-docker-commands/</link>
      <pubDate>Thu, 02 Aug 2018 13:50:17 +1000</pubDate>
      
      <guid>/posts/infrastructure/useful-docker-commands/</guid>
      <description>The following are some useful docker commands that I haven&amp;rsquo;t yet committed to memory.
Delete all containers $(echo docker ps -aq) | while read -r line; do docker rm &amp;quot;${line}&amp;quot;; done  Delete ALL docker-related data (images, containers, etc) WARNING: As with rm -rf on Linux, this action is not reversible. Take care when using this command.
docker system prune -a -f  Fix DNS issues on some Ubuntu 18.</description>
    </item>
    
  </channel>
</rss>