https://github.com/hoonapps/docker-bridge
This project is about the concept and principles of the Docker container bridge, which connects Docker containers.
https://github.com/hoonapps/docker-bridge
bridge docker
Last synced: 27 days ago
JSON representation
This project is about the concept and principles of the Docker container bridge, which connects Docker containers.
- Host: GitHub
- URL: https://github.com/hoonapps/docker-bridge
- Owner: hoonapps
- Created: 2024-11-29T17:30:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T17:54:04.000Z (over 1 year ago)
- Last Synced: 2025-01-30T09:41:49.510Z (over 1 year ago)
- Topics: bridge, docker
- Language: TypeScript
- Homepage: https://hoonapps.github.io/posts/docker-bridge/
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This project is about the concept and principles of the Docker container bridge, which connects Docker containers.
[BLOG](https://hoonapps.github.io/posts/docker-bridge/)
## Project setup
```bash
$ yarn install
```
## Compile and run the project
```bash
docker-compose up --build
```