https://github.com/rodrigobdz/securityonion
[WIP] Docker image with Security Onion pre-installed on Ubuntu 16.04
https://github.com/rodrigobdz/securityonion
cybersecurity docker-image ubuntu1604
Last synced: 2 months ago
JSON representation
[WIP] Docker image with Security Onion pre-installed on Ubuntu 16.04
- Host: GitHub
- URL: https://github.com/rodrigobdz/securityonion
- Owner: rodrigobdz
- License: mit
- Created: 2020-05-13T12:07:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T13:31:30.000Z (over 5 years ago)
- Last Synced: 2025-03-26T07:11:18.718Z (7 months ago)
- Topics: cybersecurity, docker-image, ubuntu1604
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/rodrigobdz/securityonion
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Security Onion Docker image
> [WIP] Docker image with Security Onion pre-installed on Ubuntu 16.04
Available on Docker Hub as [rodrigobdz/securityonion](https://hub.docker.com/r/rodrigobdz/securityonion)
## Requirements
- Run setup wizard
```sh
sudo sosetup
```- Follow the [Disabling Desktop](https://securityonion.readthedocs.io/en/latest/desktop.html) guide
- Follow the [After Installation](https://securityonion.readthedocs.io/en/latest/post-installation.html) guide
## Usage
- Test in a temporary container
```sh
docker run --rm --interactive --tty rodrigobdz/securityonion:latest bash --login
```## Known Issues
- Systemctl is not configured by default in Docker image.
- Possible solutions: [[1]](https://github.com/moby/moby/issues/30723#issuecomment-365927679), [[2]](https://hub.docker.com/r/kevincoakley/ubuntu16.04-systemd/dockerfile/), [[3]](https://hub.docker.com/r/jrei/systemd-ubuntu/dockerfile)## Related Projects
- [rodrigobdz/ubuntu](https://hub.docker.com/r/rodrigobdz/ubuntu) Base Docker image for this image
## Credits
- [minimal-readme](https://github.com/rodrigobdz/minimal-readme)
## License
[MIT](LICENSE) © [rodrigobdz](https://rodrigobdz.github.io/).