Skip to content

Commit 0939028

Browse files
Added login and logout
1 parent 0a2e028 commit 0939028

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ and work path.
4848
| extra_args | Extra arguments for docker run command. | `false` | |
4949
| pre-warm | Run a warming-up container (which might crash due to first time use failure) | `false` | true |
5050
| pre-warm-cmd | Pre warm command to run inside the container | `false` | echo "warming up!" |
51+
| registry_authentication | Enable authentication on the registry server | `false` | `false`
52+
| registry_username | Registry server username | `false`
53+
| registry_token | Registry server token | `false`
54+
| registry_repository | Registry server repository | `false`
5155

5256

5357

0 commit comments

Comments
 (0)