Update noc-docker/README.md
This commit is contained in:
parent
97a7115a02
commit
2c88f92e1b
@ -14,45 +14,6 @@ The system demonstrates core Docker concepts including:
|
||||
|
||||
---
|
||||
|
||||
## Requirements for Deployment and Launching
|
||||
|
||||
### Prerequisites
|
||||
|
||||
The following software and tools must be installed and configured on your Linux system:
|
||||
|
||||
1. **Linux Operating System**
|
||||
- Ubuntu 20.04 LTS or later (or equivalent Linux distribution)
|
||||
- Kernel version 5.x or higher
|
||||
|
||||
2. **Docker Engine**
|
||||
- Version 20.10 or higher
|
||||
- Installation: https://docs.docker.com/engine/install/
|
||||
- Verify installation: `docker --version`
|
||||
|
||||
3. **Docker Compose**
|
||||
- Version 1.29.0 or higher (standalone or included with Docker Desktop)
|
||||
- Verify installation: `docker-compose --version`
|
||||
|
||||
4. **Bash Shell**
|
||||
- GNU Bash 4.0 or higher
|
||||
- Already available on most Linux systems
|
||||
|
||||
5. **User Permissions**
|
||||
- Docker daemon must be accessible (either as root or with sudo privileges)
|
||||
- Recommended: Add user to docker group for non-root access
|
||||
- Command: `sudo usermod -aG docker $USER`
|
||||
|
||||
6. **Network Access**
|
||||
- Internet connectivity required for ping operations to external DNS servers
|
||||
- No firewall restrictions blocking ICMP ping requests
|
||||
|
||||
7. **Available Resources**
|
||||
- Minimum: 512 MB RAM, 500 MB disk space
|
||||
- Recommended: 1 GB RAM, 1 GB disk space
|
||||
- CPU: Single core minimum, multi-core recommended
|
||||
|
||||
---
|
||||
|
||||
## Application Description
|
||||
|
||||
### Purpose
|
||||
|
||||
Loading…
Reference in New Issue
Block a user