🐳 rancher-desktop

Container Management and Kubernetes on the Desktop

Docker Ready 1 Services 7,250 stars
1. Pull Image docker pull library/${DESKTOP_PLUGIN_IMAGE}
2. 1-Click Launch Command docker run -d --name rancher-desktop ${DESKTOP_PLUGIN_IMAGE}
3. Compose Deployment docker compose up -d
bats/tests/extensions/testdata/compose.yaml
Download .yml
name: sample-compose
services:
  backend-service:
    image: "${DESKTOP_PLUGIN_IMAGE}"