Linux & Docker Troubleshooting Skill Paths
| Name | Description | Skill level |
|---|---|---|
| Docker fundamentals | Learn the fundamentals of Docker containers. | Intermediate |
| Docker images | Build and optimize Docker images. | Intermediate |
| Docker networking | Configure networking for Docker containers. | Advanced |
| Environment variables | Use environment variables in Linux. | Beginner |
| File descriptors | In Linux, almost everything is a file. | Beginner |
| Pipes | Connect Linux commands using pipes. | Beginner |
| Shell redirection | Redirect input and output when running a program from the shell. | Beginner |
| Signals | Send common signals in Linux. | Beginner |
| Syscalls | Inspect system calls in Linux using strace. | Intermediate |