
Docker
- 6 installs
- 134 repo stars
- Updated August 4, 2026
- openhands/extensions
Helps with devops & ci/cd tasks.
About
docker is a Claude Code skill for devops & ci/cd. It helps solo builders move faster with AI-assisted development.
- docker
- DevOps & CI/CD
- AI-coding skill
Docker by the numbers
- 6 all-time installs (skills.sh)
- Ranked #1,067 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/openhands/extensions --skill dockerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 6 |
|---|---|
| repo stars | ★ 134 |
| Last updated | August 4, 2026 |
| Repository | openhands/extensions ↗ |
What it does
Helps with devops & ci/cd tasks.
Files
Docker Usage Guide
Starting Docker in Container Environments
Please check if docker is already installed. If so, to start Docker in a container environment:
# Start Docker daemon in the background
sudo dockerd > /tmp/docker.log 2>&1 &
# Wait for Docker to initialize
sleep 5Verifying Docker Installation
To verify Docker is working correctly, run the hello-world container:
sudo docker run hello-world{
"name": "docker",
"version": "1.0.0",
"description": "Run Docker commands within a container environment, including starting the Docker daemon and managing containers. Use when building, running, or managing Docker containers and images.",
"author": {
"name": "OpenHands",
"email": "contact@all-hands.dev"
},
"homepage": "https://github.com/OpenHands/extensions",
"repository": "https://github.com/OpenHands/extensions",
"license": "MIT",
"keywords": [
"docker",
"container",
"images"
]
}
Docker
Run Docker commands within a container environment, including starting the Docker daemon and managing containers. Use when building, running, or managing Docker containers and images.
Triggers
This skill is activated by the following keywords:
dockercontainer
Details
Docker Usage Guide
Starting Docker in Container Environments
Please check if docker is already installed. If so, to start Docker in a container environment:
# Start Docker daemon in the background
sudo dockerd > /tmp/docker.log 2>&1 &
# Wait for Docker to initialize
sleep 5Verifying Docker Installation
To verify Docker is working correctly, run the hello-world container:
sudo docker run hello-world