Skip to content

Commit 20c6da6

Browse files
author
Frank Wiersma
committed
Updated README
1 parent dfc916a commit 20c6da6

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
> Note: For now, this fails when authentication is redirected to ADFS.
55
6-
### Clone the mfa trigger from our Azure DevOps repository
6+
### Clone the mfa trigger from this repository
77
```
88
git clone https://github.com/frankwiersma/mfa-trigger
99
cd ./mfa-trigger
@@ -14,11 +14,7 @@ cd ./mfa-trigger
1414
docker build -t mfa-trigger .
1515
```
1616

17-
### Run the container with username and password as arguments
18-
```
19-
docker run -d -p 4444:4444 -v /dev/shm:/dev/shm mfa-trigger "username" "password"
20-
```
21-
### in case this results in an error, and yes, for now it does... Then
17+
### Run the container
2218
```
2319
docker run -d -p 4444:4444 -v /dev/shm:/dev/shm mfa-trigger
2420
```
@@ -46,4 +42,10 @@ python3 /opt/sel/mfa-trigger.py -u "username" -p "password"
4642

4743

4844
# Todo:
49-
- [ ] Add functionality to start MFA-Trigger outside of the container.
45+
- [ ] Add functionality to start MFA-Trigger outside of the container.
46+
47+
__Example:__
48+
### Run the container with username and password as arguments
49+
```
50+
docker run -d -p 4444:4444 -v /dev/shm:/dev/shm mfa-trigger "username" "password"
51+
```

0 commit comments

Comments
 (0)