mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Minor update
This commit is contained in:
parent
a2f5a07653
commit
a8bca0d0f8
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: post
|
||||
title: "Using Fedora Atomic"
|
||||
title: "Using Fedora Atomic with Home Assistant"
|
||||
description: "Running Home Assistant on a Fedora Atomic host."
|
||||
date: 2018-03-29 22:00:00
|
||||
date_formatted: "March 29, 2018"
|
||||
@ -53,7 +53,7 @@ $ sudo systemctl status docker
|
||||
|
||||
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`.
|
||||
|
||||
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/).
|
||||
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.
|
||||
|
||||
```bash
|
||||
$ sudo atomic install docker.io/homeassistant/home-assistant
|
||||
|
Loading…
x
Reference in New Issue
Block a user