Skip to content

⚡️ Official docker image for Wallarm Node. API security platform agent.

Notifications You must be signed in to change notification settings

wallarm/docker-wallarm-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallarm node Docker image (NGINX-based)

Wallarm end-to-end API Security protects websites, APIs and microservices from OWASP Top 10, bots and application abuse with no manual rule configuration and ultra-low false positives. This Docker image contains all subsystems of the NGINX-based Wallarm node to be deployed to your environment to protect it.

Software requirements

  • docker
  • docker-compose
  • gnu-sed (insted of sed util, just for MacOS)
      brew install gnu-sed
      export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
    
    

Build

Use make build to build wallarm/node:test docker image.

Tests

Use make smoke-test to run smoke tests.