File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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```
88git clone https://github.com/frankwiersma/mfa-trigger
99cd ./mfa-trigger
@@ -14,11 +14,7 @@ cd ./mfa-trigger
1414docker 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```
2319docker 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+ ```
You can’t perform that action at this time.
0 commit comments