An open API service indexing awesome lists of open source software.

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.

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
```