A web app to manage docker on my server 🐳
Environment variables
ℹ️ Please note that you must have set up the Docker Engine API on your Docker daemon!
API_URL=https://YOUR_SERVER:YOUR_PORT
- Clone the repository from GitHub
git clone https://github.com/kevinldg/server-dashboard.git
- Go into the repository
cd server-dashboard
- Install required packages
npm i
- Run the development server
npm run dev
- Axios (HTTP requests)
- Font Awesome (Icons)
- Docker Engine API