Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasLohr committed Sep 6, 2018
1 parent 227d0a4 commit 3f8e516
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ The docker image allows two operating modes:

### VPN client mode

Start the Docker container with the following command:
You don't need to clone this repository.
Just start the Docker container with the following command:
```
docker run --name f5fpc --net host -it --rm --privileged matthiaslohr/f5fpc /bin/bash
```
Expand All @@ -54,8 +55,9 @@ f5fpc -o

There's a wrapper script (```f5fpy-client.py```) which helps to set up
the docker container, the VPN connection and the desired network routes.
Therefore for this mode you need to clone this repository and ```cd``` to it.

Simple run:
Simply run:
```
./f5fpc-client.py <VPN_HOST> <USER>
```
Expand Down

0 comments on commit 3f8e516

Please sign in to comment.