File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
docs/content/installation Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,17 @@ as well as on Github Container Registry
2222docker pull ghcr.io/creativeprojects/resticprofile:latest
2323```
2424
25+ ### Configuration
26+
2527By 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
3133You 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.
4042To 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
Original file line number Diff line number Diff line change 11---
2- title : " mac OS X "
2+ title : " mac OS"
33weight : 11
44---
55
You can’t perform that action at this time.
0 commit comments