跳到主要内容

2 篇博文 含有标签「tent」

查看所有标签

· 阅读需 5 分钟

podman logo

Easy Development Dependency Management With Podman and Tent

By Farhan Hasin Chowdhury GitHub

Installing and managing development dependencies for various project is a chore and one thing that can improve your everyday workflow is the usage of containers.

Tent is a CLI tool for running development dependencies such as MySQL, Mongo, ElasticSearch etc inside pre-configured containers using simple one-liners.

· 阅读需 1 分钟

Tent is an open-source CLI tool for running development dependencies such as MySQL, Mongo, ElasticSearch etc inside pre-configured containers using simple one-liners. Developed using Go and the official golang bindings, tent is fast, reliable and secure. Checkout Easy Development Dependency Management With Podman and Tent to learn about the project.