Skip to content

Commit

Permalink
docs: Fix Docker capitalisation in balenaEngine docs
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
  • Loading branch information
pdcastro committed Oct 23, 2018
1 parent 36e5a53 commit 7a8d0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
@@ -1,6 +1,6 @@
# Getting started with balenaEngine

Using balenaEngine (`balena-engine`) should feel very natural to docker users
Using balenaEngine should feel very natural to Docker users
since it shares the same command structure.

**Pulling images**
Expand All @@ -19,7 +19,7 @@ balena-engine run -it --rm resin/rpi-raspbian:jessie /bin/bash

balenaEngine comes with support for container deltas, a way of computing a binary
description of what changed between two images. A delta can be pushed to the
standard docker registry, it has the same format as a docker image! Let's see
standard Docker registry, it has the same format as a Docker image! Let's see
how this works.

Deltas are computed for a **target** image against a **base** image. For a
Expand Down

0 comments on commit 7a8d0d2

Please sign in to comment.