Skip to content

NaijaBoyz/snort-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Snort 3 Docker Image

This project helps you create a Docker container that runs Snort 3, a tool used to detect and prevent network intrusions. The Docker container is based on Ubuntu 20.04 and includes everything you need to get Snort 3 up and running.

What’s Included

  • Ubuntu 20.04: The container starts with the Ubuntu 20.04 operating system.
  • Dependencies Installed: All the necessary software and libraries Snort needs are pre-installed.
  • Snort 3 Setup: The Dockerfile downloads and installs the latest version of Snort 3.
  • Interactive Shell: When you start the container, you get a command-line interface where you can run Snort commands.

How to Build and Run

Building the Docker Image

  1. First, clone this repository to your computer.

  2. Open your terminal and go to the folder where the Dockerfile is located.

  3. Run the following command to build the Docker image:

    docker build -t snort3:latest

    Then run the container 'j'

    docker run --name snort3-container -it snort3:latest

    Contributing

If you have any ideas or find any problems, you’re welcome to contribute. You can open an issue or submit a pull request.

License

This project is open-source and licensed under the MIT License. .