Documentation
README
tsk Docker Configuration Guide
You are helping a user configure tsk Docker container images for their project. Follow these steps in order.
Step 1: Gather Project Information
Detect the project's technology stack by checking for these files in the project root. These are tsk's built-in stacks with auto-detection — custom stacks for any language can be defined via stack_config in tsk.toml (covered in Step 5).
| File | Stack |
|---|---|
Cargo.toml |
rust |
go.mod |
go |
package.json |
node |
pyproject.toml, requirements.txt, setup.py |
python |
pom.xml, build.gradle, build.gradle.kts |
java |
rockspec, .luacheckrc, init.lua |
lua |
| None of the above | default |
Also determine the project name from the current directory name.
This is the opening of the README. Read the full README on GitHub.