Fix shebang and rename container and script.

This commit is contained in:
Andris Raugulis
2018-09-04 15:45:55 +03:00
parent 2c222deccb
commit 7e09f5771f
2 changed files with 6 additions and 8 deletions
+4 -6
View File
@@ -25,17 +25,15 @@ is also required.
## docker
Build image
Build Docker image before running container:
```
docker build -t openconnect .
docker build -t gp-okta .
```
Fill gp-okta.conf with information you want to provide
launch docker with:
Edit gp-okta.conf and launch Docker container:
```
sh launch.sh
sh run-docker.sh
```
it will ask for username/password/second auth if not filled in gp-okta.conf
## configuration