webstack/docker-toolbar-bundle
最新稳定版本:v0.1.1
Composer 安装命令:
composer require webstack/docker-toolbar-bundle
包简介
Docker toolbar bundle
README 文档
README
Simple Symfony Bundle to use with Symfony CLI and Docker to easily access Docker services on random port numbers.
How to use
Use Symfony CLI with the Docker Integration as described at the Symfony Server docs. Docker will use random port numbers for each service when it's container is started making it difficult to access web based UI's in those containers.
Symfony CLI adds links in the special CLI section of the toolbar for RabbitMQ UI, MailCatcher and Blackfire. Others like phpMyAdmin and Adminer are not (yet) supported. See this issue for more information. Until there is a flexible solution within Symfony CLI, we have created this solution.
These bundle re-uses the environment variables created by Symfony CLI, so no additional configuration is required. If Symfony CLI generated an URL environment variable for a service, that one is ued. If not, it is composed out of the HOST and PORT environment variables. Some services are filtered based on there protocol (only when _URL environment variable is given).
Installation
composer require webstack/docker-toolbar-bundle --dev
Example
Contributing
Suggestions for improving and extending functionality of this bundle are welcome.
Note: I am not a Go developer, so sadly I can't help out with writing an implementation within Symfony CLI itself.
统计信息
- 总下载量: 525
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-24
