Docker Installation¶
Follow these steps to install and configure Docker to enable NodeZero functionality on your host. Check out the Docker Documentation for troubleshooting.
Install Docker¶
Begin by updating your system and installing Docker, run the following commands:
sudo apt update
sudo apt install -y docker.io
Start and enable Docker¶
Ensure Docker starts automatically, run the following commands:
sudo systemctl start docker
sudo systemctl enable docker
Confirm that Docker was successfully installed¶
Check the Docker version by running:
docker --version
sudo docker run hello-world
NodeZero container getting shutdown prematurely?
If the Docker container running NodeZero is getting shut down prematurely, an EDR (Endpoint Detection and Response) service might be running on the NodeZero host, and blocking the execution of the container. Check for any EDRs on the NodeZero host and disable them. This will allows for NodeZero to run unimpeaded from the host machine.