Skip to content

Commit 34c2630

Browse files
docs: typos
1 parent 5af8d8c commit 34c2630

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/content/installation/docker.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,17 @@ as well as on Github Container Registry
2222
docker pull ghcr.io/creativeprojects/resticprofile:latest
2323
```
2424

25+
### Configuration
26+
2527
By default, the resticprofile container starts at `/resticprofile`. So you can feed a configuration this way:
2628

2729
```shell
28-
docker run -it --rm -v $PWD/examples:/resticprofile creativeprojects/resticprofile
30+
docker run -it --rm -v $PWD/examples:/resticprofile ghcr.io/creativeprojects/resticprofile
2931
```
3032

3133
You can list your profiles:
3234
```shell
33-
docker run -it --rm -v $PWD/examples:/resticprofile creativeprojects/resticprofile profiles
35+
docker run -it --rm -v $PWD/examples:/resticprofile ghcr.io/creativeprojects/resticprofile profiles
3436
```
3537

3638
### Container host name
@@ -40,7 +42,7 @@ Each time a container starts, it is assigned a random name.
4042
To set a specific hostname, use the `-h` or `--hostname` flag with `docker run`:
4143

4244
```shell
43-
docker run -it --rm -v $PWD:/resticprofile -h my-hostname creativeprojects/resticprofile -n profile backup
45+
docker run -it --rm -v $PWD:/resticprofile -h my-hostname ghcr.io/creativeprojects/resticprofile -n profile backup
4446
```
4547

4648
### Platforms

docs/content/installation/macosx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "mac OS X"
2+
title: "mac OS"
33
weight: 11
44
---
55

0 commit comments

Comments
 (0)