Create and manage isolated Docker workspaces on your tailnet with Claude Code and OpenCode pre-installed. Use when working with Perry workspaces, connecting to coding agents, or managing remote development environments.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill manage-isolated-docker-coding-workspaces --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Manage Isolated Docker Coding Workspaces?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-manage-isolated-docker-coding-workspaces)More formats (shields.io, HTML) on the badges page.
---
name: manage-isolated-docker-coding-workspaces
description: "Create and manage isolated Docker workspaces on your tailnet with Claude Code and OpenCode pre-installed. Use when working with Perry workspaces, connecting to coding agents, or managing remote development environments."
category: "AI & Agents"
author: community
version: "1.1.0"
icon: bot
---
# Perry Workspaces
Isolated Docker workspaces on your tailnet with coding agents pre-installed.
## Commands
```bash
perry start <name> --clone git@github.com:user/repo.git # Create
perry ls # List
perry stop <name> # Stop
perry remove <name> # Delete
perry shell <name> # Interactive shell
```
## SSH Access
```bash
ssh workspace@<name> # User is always 'workspace'
ssh workspace@<IP> # Use IP if MagicDNS fails
```
## Coding Agents
- **OpenCode**: `http://<workspace>:4096` (web UI) or attach via CLI
- **Claude Code**: Run inside workspace shell (`perry shell` then `claude`)
## Project Location
Projects clone to `~/<name>`, not `/workspace`:
```bash
cd ~/my-project # Correct
```
## Troubleshooting
- **Can't reach**: Check `tailscale status`, use IP instead of hostname
- **SSH fails**: User must be `workspace`, not your local user
- **Slow start**: Check web UI for progress
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!