tent:播客(https

时间:2024-05-23 15:31:11
【文件属性】:

文件名称:tent:播客(https

文件大小:59KB

文件格式:ZIP

更新时间:2024-05-23 15:31:11

linux cli golang dependency-manager containers

帐篷 Tent是一个CLI工具,用于使用简单的单行代码在预配置的容器中运行开发依赖项,例如MySQL,Mongo,ElasticSearch等。 运行中的容器可以通过其裸露的端口进行访问,并且可以与系统上的任何其他应用程序配对。 启动诸如mysql的服务就像执行tent start mysql一样简单,您将不必回头看看它。 但是mysql不是唯一可用的服务。 可在以下网站找到所有可用服务的列表: 帐篷的设计灵感来自并且是一个实验性项目。 因此,如果您在关键环境中使用它,应格外小心。 依存关系 Linux 安装了 Podman系统服务正在运行 如果安装了Podman,则可以按以下方式启动系统服务: # # starts the podman system service systemctl --user start podman.socket # # enables the


【文件预览】:
tent-master
----go.mod(224B)
----main.go(675B)
----services()
--------mariadb.go(666B)
--------memcached.go(405B)
--------elasticsearch.go(712B)
--------dynamodb.go(780B)
--------postgres.go(680B)
--------meilisearch.go(547B)
--------mssql.go(799B)
--------mysql.go(654B)
--------mongo.go(838B)
--------redis.go(499B)
--------mailhog.go(491B)
--------postgis.go(679B)
----utils()
--------containers.go(4KB)
--------connection.go(457B)
----store()
--------services.go(671B)
----go.sum(91KB)
----types()
--------envvar.go(169B)
--------portmapping.go(174B)
--------service.go(4KB)
--------volumemount.go(147B)
----LICENSE(11KB)
----README.md(6KB)
----Makefile(147B)
----.gitignore(547B)
----cmd()
--------start.go(1KB)
--------stop.go(3KB)
--------list.go(996B)
--------root.go(3KB)
--------version.go(348B)

网友评论