Skip to content

Commit fe692ba

Browse files
authored
Merge pull request #339 from Paraphraser/20210508-docs-gettingstarted-typos
Fix typos in getting-started document
2 parents 0f5458a + 699ce6f commit fe692ba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/Getting-Started.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Andreas Spiess Video #352: Raspberry Pi4 Home Automation Server (incl. Docker, O
1515
IOTstack makes the following assumptions:
1616

1717
1. Your hardware is a Raspberry Pi (typically a 3B+ or 4B)
18-
2. It has a reasonably-recent version of Raspberry Pi OS (aka "Raspbian" installed) which has been kept up-to-date with:
18+
2. It has a reasonably-recent version of Raspberry Pi OS (aka "Raspbian") installed which has been kept up-to-date with:
1919

2020
```
2121
$ sudo apt update
@@ -280,7 +280,7 @@ Notes:
280280

281281
* The way back is to take down your stack, restore a backup, and bring up your stack again.
282282

283-
## <a name="dockerAndCompose"> useful commands: docker \& docker-compose </a>
283+
## <a name="dockerAndCompose"> useful commands: docker & docker-compose </a>
284284

285285
Handy rules:
286286

@@ -501,6 +501,7 @@ If you need a "clean slate" for a container, you can delete its volumes. Using I
501501
```
502502
$ cd ~/IOTstack
503503
$ docker-compose stop influxdb
504+
$ docker-compose rm -f influxdb
504505
$ sudo rm -rf ./volumes/influxdb
505506
$ docker-compose up -d influxdb
506507
```
@@ -665,7 +666,7 @@ $ docker rmi portainer/portainer
665666
$ docker rmi dbf28ba50432
666667
```
667668

668-
In general, you can use the repository name to remove an image but the Image ID is sometimes needed. The most common situation where you are likely to need the Image ID is after an image has been updated on DockerHub and pulled down to your Raspberry Pi. You will find two containers with the same name. One will be tagged "latest" (the running version) while the other will be tagged "<none>" (the prior version). You use the Image ID to resolve the ambiguity.
669+
In general, you can use the repository name to remove an image but the Image ID is sometimes needed. The most common situation where you are likely to need the Image ID is after an image has been updated on DockerHub and pulled down to your Raspberry Pi. You will find two containers with the same name. One will be tagged "latest" (the running version) while the other will be tagged "\<none\>" (the prior version). You use the Image ID to resolve the ambiguity.
669670

670671
## <a name="nuclearOption"> the nuclear option - use with caution </a>
671672

0 commit comments

Comments
 (0)