Skip to content

Commit

Permalink
Merge pull request #40 from willglynn/document_docker
Browse files Browse the repository at this point in the history
Document Docker
  • Loading branch information
haakonnessjoen committed Mar 20, 2018
2 parents a6bc755 + 78a89d9 commit a01bd23
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 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 ### ### Linux / kfreebsd ###


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

0 comments on commit a01bd23

Please sign in to comment.