Sign inSign up

bltavares/wol

By bltavares

Updated over 7 years ago

Multiarch wake-on-lan utility

Image
0

5.7K

bltavares/wol repository overview

Architectures: amd64 x86 arm64 armel armhf ppc64le Source Dockerfile

WAKE ON LAN - multiarch setup

Build on a machine with quemu Docker setup - such as Mac or Windows

make all publish manifest

Run container:

docker run -d --name wake-on-lan --net=host -e MAC='11:11:11:11:11:11' bltavares/wol

Run container and clean-up container after successfull run:

docker run --rm --name wake-on-lan --net=host -e MAC='11:11:11:11:11' bltavares/wol
  • --rm - clean up container after succesfull run.
  • --net=host - attach container to the host network interface (otherwise the wake command could not get through the docker network bridge).
  • -e MAC='11:11:11:11:11:11' - specify the MAC address of the computer you want to wake.

More info about Awake: https://github.com/cyraxjoe/awake based on: https://github.com/R0GGER/docker-wake-on-lan

Tag summary

Content type

Image

Digest

Size

17.8 MB

Last updated

over 7 years ago

docker pull bltavares/wol