-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,12 +7,12 @@ By [email protected] | |
|
||
## Quick EXAMPLE | ||
|
||
### 1.Run image manually | ||
### Example A.Run image manually with command shell | ||
Run image quickly and enter shell and start services manually by command line in container. | ||
|
||
docker run -it --rm --name vpnpure --privileged --cap-add ALL -v /lib/modules:/lib/modules emericlee/stronggate sh | ||
|
||
### 2.Run image with full service | ||
### Example B.Run image manually with full service | ||
Modify the following command line as needed and run it. `abspath-to-stronggate-config-files` is the directory for aggregation of config files , see `config files` . | ||
|
||
docker run -it --rm --name vpnpure --privileged --cap-add ALL -v /lib/modules:/lib/modules \ | ||
|
@@ -22,7 +22,7 @@ Modify the following command line as needed and run it. `abspath-to-stronggate- | |
-v /abspath-to-stronggate-config-files/:/etc/stronggate \ | ||
emericlee/stronggate | ||
|
||
### 3.docker-compose up | ||
### Example C Run image by docker-compose | ||
Create a compose file like below and up it. | ||
|
||
#example:docker-compose for stronggate | ||
|