Skip to content

Commit 087655b

Browse files
committedJan 13, 2025··
fix: fix formatting
1 parent ff8fd92 commit 087655b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
 

‎_til/2025-01-13-devcontainers.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@ As described, devcontainers are excellent for provisioning development environme
2121

2222
Over the holiday, I created two repositories to explore devcontainers:
2323

24-
- [irfansofyana/devcontainer-features](https://github.com/irfansofyana/devcontainer-features)
25-
- [irfansofyana/devcontainer-templates](https://github.com/irfansofyana/devcontainer-templates)
24+
- [irfansofyana/devcontainer-features](https://github.com/irfansofyana/devcontainer-features)
25+
- [irfansofyana/devcontainer-templates](https://github.com/irfansofyana/devcontainer-templates)
2626

2727
### Devcontainer-Features
2828

2929
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.
3030

3131
I created devcontainer-features for some tools I frequently use in local development that I couldn’t find pre-existing features for, such as:
3232

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.
3535

3636
### Devcontainer-Templates
3737

3838
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.
3939

4040
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:
4141

42-
- Kafka
43-
- MySQL
44-
- Redis
45-
- Adminer (DB UI)
46-
- Kafka UI
47-
- Go VS Code extensions
48-
- And more
42+
- Kafka
43+
- MySQL
44+
- Redis
45+
- Adminer (DB UI)
46+
- Kafka UI
47+
- Go VS Code extensions
48+
- And more
4949

5050
## Final Thoughts
5151

0 commit comments

Comments
 (0)
Please sign in to comment.