Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document Docker
  • Loading branch information
willglynn committed Mar 20, 2018
1 parent a6bc755 commit 78a89d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.markdown
Expand Up @@ -7,6 +7,19 @@ Console tools for connecting to, and serving, devices using MikroTik RouterOS MA
Installation
------------

### Docker ###

[`hakonn/mactelnet`](https://hub.docker.com/r/haakonn/mactelnet/) contains all four programs:

docker run -it --rm --net=host haakonn/mactelnet mactelnet …
docker run -it --rm --net=host haakonn/mactelnet macping …
docker run -it --rm --net=host haakonn/mactelnet mndp …
docker run -it --rm --net=host haakonn/mactelnet mactelnetd …

Note that Docker runs containers on isolated internal networks by default. [`--net=host`](https://docs.docker.com/network/host/) instructs Docker to provide `mactelnet` direct access to the host machine's network interfaces.

See [Usage](#usage) for more.

### Linux / kfreebsd ###

Dependencies: gcc (or similar), automake, autoconf
Expand Down

0 comments on commit 78a89d9

Please sign in to comment.