Skip to content

Commit 620e349

Browse files
committed
Add documentation
1 parent e47d604 commit 620e349

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,9 @@ nodes:
729729
docker-host:
730730
type: docker
731731
image: docker.io/library/alpine:3.11.3
732-
user: 1000 # define the owner of the executed command
732+
docker-exec-user: 1000 # define the owner of the executed command
733+
user: user # registry user
734+
pass: password # registry password, it is recommended to use env variables like $REGISTRY_PASS
733735
config:
734736
nodes:
735737
- docker-host

0 commit comments

Comments
 (0)