mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-25 21:36:52 +08:00
546 B
546 B
name, type, version, agent, triggers
| name | type | version | agent | triggers | ||
|---|---|---|---|---|---|---|
| docker | knowledge | 1.0.0 | CodeActAgent |
|
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 5
Verifying Docker Installation
To verify Docker is working correctly, run the hello-world container:
sudo docker run hello-world