Files
kubescape/build
David Wertenteil b7ec05e88a adding tests
2022-04-28 13:03:51 +03:00
..
2022-04-28 13:03:51 +03:00
2022-03-06 09:32:26 +02:00

Docker Build

Build your own Docker image

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