Skip to content

Commit a8bca0d

Browse files
committed
Minor update
1 parent a2f5a07 commit a8bca0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_posts/2018-03-29-fedora-atomic.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "Using Fedora Atomic"
3+
title: "Using Fedora Atomic with Home Assistant"
44
description: "Running Home Assistant on a Fedora Atomic host."
55
date: 2018-03-29 22:00:00
66
date_formatted: "March 29, 2018"
@@ -53,7 +53,7 @@ $ sudo systemctl status docker
5353

5454
Further we will cover how it works for Home Assistant and [Mosquitto](https://mosquitto.org/). For a small setup using [kubernetes](https://kubernetes.io) seems a bit overkill. Thus, we decided to stick to `systemd`.
5555

56-
Instead of `docker` we can use the command-line tool [`atomic`](http://www.projectatomic.io/docs/usr-bin-atomic/) to perform a lot of tasks. Download the images for the containers. We are pulling the images from [Docker Hub](https://hub.docker.com/).
56+
Instead of `docker` we can use the command-line tool [`atomic`](http://www.projectatomic.io/docs/usr-bin-atomic/) to perform a lot of tasks. Download the images for the containers. We are pulling the images from [Docker Hub](https://hub.docker.com/), thus we need to add the registry to use.
5757

5858
```bash
5959
$ sudo atomic install docker.io/​homeassistant/home-assistant

0 commit comments

Comments
 (0)