<?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 Pieces &amp; Perspective Blog</title><link>https://xbns.netlify.app/tags/docker/</link><description>Recent content in docker on Pieces &amp; Perspective Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 15 May 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://xbns.netlify.app/tags/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>How to setup docker engine in fedora 32</title><link>https://xbns.netlify.app/posts/2020-05-15-setup-docker-in-fedora-32/</link><pubDate>Fri, 15 May 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/2020-05-15-setup-docker-in-fedora-32/</guid><description>This post seems trivial especially to the geeks out there.There are tonnes of links for this!
The official one Install Docker Engine on Fedora has precisely all the steps that you we need to get going.
The post is for Fedora 32 but as of today(see blog post date).It is not possible to do that by following the above link.The link rather showed the requirements for Fedora 30 and 31 but if you are like me.</description></item><item><title>How to automatically start docker containers</title><link>https://xbns.netlify.app/posts/2020-05-15-autostart-docker-containers/</link><pubDate>Wed, 13 May 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/2020-05-15-autostart-docker-containers/</guid><description>Recap from our last post, if you open up you database client, DBeaver for instance. You will get the following error.
Simply because we have not started docker-compose service hence the postgres container is not up and running.
You may want to start some of your containers at system boot.These are some of the applications that you use frequently and therefore you wish that everytime you are interacting with them, they are up and running!</description></item><item><title>How to install postgresql on docker</title><link>https://xbns.netlify.app/posts/2020-05-15-docker-postgresql/</link><pubDate>Wed, 13 May 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/2020-05-15-docker-postgresql/</guid><description>You have succeeded in setting up docker engine in Fedora 32 and installing docker compose as well.
Now it is time to install postgresql as a docker container.
But first things first, Why install postgresql as a docker container rather than the usual popular way?
Reasons for containerization of applications/databases. Software installation is quite chaotic especially if you have various versions running in your system. version clashes, upgrades and alot of productive time lost in this mundane task.</description></item></channel></rss>