Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daschr/container_hosts

Add entries to the hosts-file for each container.
https://github.com/daschr/container_hosts

dns docker hosts hostsfile

Last synced: 8 days ago
JSON representation

Add entries to the hosts-file for each container.

Awesome Lists containing this project

README

        

# container_hosts
Add entries to the hosts-file for each container.

## Building
* `cargo b --release`

## Installing
* `cp ./target/release/container_hosts /usr/local/bin/`
* `cp container_hosts.service /etc/systemd/system/`
* `systemctl daemon-reload && systemctl enable container_hosts`