Sub-skill of nextflow-pipelines: Docker issues (+2).
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill docker-issues --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Docker Issues?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-docker-issues)More formats (shields.io, HTML) on the badges page.
---
name: nextflow-pipelines-docker-issues
description: 'Sub-skill of nextflow-pipelines: Docker issues (+2).'
version: 1.0.0
category: science
type: reference
scripts_exempt: true
---
# Docker issues (+2)
## Docker issues
| Problem | Fix |
|---------|-----|
| Not installed | Install from https://docs.docker.com/get-docker/ |
| Permission denied | `sudo usermod -aG docker $USER` then re-login |
| Daemon not running | `sudo systemctl start docker` |
## Nextflow issues
| Problem | Fix |
|---------|-----|
| Not installed | `curl -s https://get.nextflow.io \| bash && mv nextflow ~/bin/` |
| Version < 23.04 | `nextflow self-update` |
## Java issues
| Problem | Fix |
|---------|-----|
| Not installed / < 11 | `sudo apt install openjdk-11-jdk` |
**Do not proceed until all checks pass.** For HPC/Singularity, see [references/troubleshooting.md](references/troubleshooting.md).
---
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!
Scanned 9/9/2026
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.