Installation Guide
Get Zerotainer running on your server in less than 2 minutes.
1
Prerequisites
Ensure you have Docker and Docker Compose installed.
Terminal
docker --version && docker-compose --version2
Clone Repository
Get the latest version of Zerotainer directly from GitHub.
Terminal
git clone https://github.com/ZeroLikes/zerotainer.git
cd zerotainer3
Build Environment
Compile the application and create the deployment image.
Terminal
docker-compose build4
Run Container
Deploy Zerotainer in detached mode.
Terminal
docker-compose up -d5
Access Interface
Zerotainer should now be accessible in your browser.
Terminal
http://localhost:3000Troubleshooting
Cannot connect to Docker Socket
Ensure the daemon is running and check permissions on /var/run/docker.sock.
Port 3000 already in use
Modify your docker-compose.yml to map to an available port, e.g., 8080:3000.
Still stuck?
Our community and repository issues are the best place to find help.