Files
kubescape/build
David Wertenteil 5ce638572f update path env var
2022-10-02 23:09:24 +03:00
..
2022-10-02 23:09:24 +03:00
2022-08-22 18:22:28 +03:00

Docker Build

Build your own Docker image

  1. Clone Project
git clone https://github.com/kubescape/kubescape.git kubescape && cd "$_"
  1. Build
docker build -t kubescape -f build/Dockerfile .