Files
kubescape/build
2022-07-17 18:56:20 +03:00
..
2022-07-17 18:56:20 +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 .