You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devcontainer-features are self-contained, shareable units of installation code and container configuration. Referencing a feature allows you to quickly add more tooling, runtimes, or libraries to your development container for yourself or collaborators.
30
30
31
31
I created devcontainer-features for some tools I frequently use in local development that I couldn’t find pre-existing features for, such as:
32
32
33
-
-[kcat](https://github.com/edenhill/kcat): A tool for producing, consuming, and inspecting Kafka messages.
34
-
-[lazydocker](https://github.com/jesseduffield/lazydocker): A simple terminal UI for managing Docker containers.
33
+
- [kcat](https://github.com/edenhill/kcat): A tool for producing, consuming, and inspecting Kafka messages.
34
+
- [lazydocker](https://github.com/jesseduffield/lazydocker): A simple terminal UI for managing Docker containers.
35
35
36
36
### Devcontainer-Templates
37
37
38
38
Devcontainer-templates are collections of source files packaged together to configure a complete development environment. These templates can be applied to new or existing projects, allowing tools to use the provided configuration to build the development container.
39
39
40
40
I currently created a [go-toolkit](https://github.com/irfansofyana/devcontainer-templates/tree/main/src/go-toolkit) devcontainer-template, which includes a variety of tools and services for building Go-based services. Some tools and services included are:
0 commit comments