mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
13 lines
214 B
Markdown
13 lines
214 B
Markdown
## Docker Build
|
|
|
|
### Build your own Docker image
|
|
|
|
1. Clone Project
|
|
```
|
|
git clone https://github.com/kubescape/kubescape.git kubescape && cd "$_"
|
|
```
|
|
|
|
2. Build
|
|
```
|
|
docker build -t kubescape -f build/Dockerfile .
|
|
``` |