mirror of
https://github.com/strongdm/comply
synced 2024-11-22 07:34:54 +00:00
slightly better description
This commit is contained in:
parent
b98d179847
commit
0c9dbd736b
@ -83,12 +83,13 @@ COMMANDS:
|
|||||||
Comply is currently only released for Linux and macOS, however from other operating systems it's possible to run using Docker:
|
Comply is currently only released for Linux and macOS, however from other operating systems it's possible to run using Docker:
|
||||||
|
|
||||||
```
|
```
|
||||||
# using the included Dockerfile in the root of this project
|
# first build a copy of the container using the included Dockerfile in the root of this project
|
||||||
$ docker build -t comply .
|
$ docker build -t comply .
|
||||||
|
|
||||||
# from an empty directory that will contain your comply project
|
# from an empty directory that will contain your comply project
|
||||||
$ docker run -it --rm -v "$PWD":/source comply
|
$ docker run -it --rm -v "$PWD":/source comply
|
||||||
$ docker init
|
root@ec4544732298:/source# comply init
|
||||||
|
✗ Organization Name:
|
||||||
```
|
```
|
||||||
|
|
||||||
For Windows users, replace $PWD with the full path to your project directory
|
For Windows users, replace $PWD with the full path to your project directory
|
||||||
|
Loading…
Reference in New Issue
Block a user