Files
kubescape/build
2022-08-22 18:22:28 +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 .