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

ff5e03c · Dec 9, 2024
Nov 11, 2024
Jul 17, 2024
Jun 26, 2024
Aug 7, 2024
Nov 11, 2024
Jan 29, 2024
Jul 10, 2024
Jan 29, 2024
Feb 20, 2024
Oct 8, 2024
Dec 9, 2024

Repository files navigation

Wallarm node Docker image (NGINX-based)

DEPRECATED REPOSITORY

Please use the official instructions for running Docker image with the NGINX-based Wallarm Node.

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.