wol - Wake-On-LAN Client
docker run --rm snowstep/wol 00:00:5e:00:53:00
To build with clang, on linux :penguin:,
apt-get install automake clang make
or, to build with gcc, on linux :penguin:,
apt-get install automake gcc make
aclocal
autoheader
automake -a -c
autoconf
./configure --disable-dependency-tracking && make
./configure --disable-dependency-tracking CC=clang LD=clang && make
./configure --disable-dependency-tracking CC=clang LD=clang LDFLAGS="-Wl,-s" && make
./configure --disable-dependency-tracking CC=clang CFLAGS="-Oz -march=native" LD=clang LDFLAGS="-Wl,-s" && make
make install
wol 00:00:5e:00:53:00
or binding specific NIC,
wol --bind=203.0.113.193 00:00:5e:00:53:00
The source codes and documentation in this project are released under the BSD-3-Clause License.
Contributions are welcome! See Contributor's Guide.
:clap: Be nice. See our code of conduct.
Content type
Image
Digest
sha256:c18cdfe39…
Size
2.5 MB
Last updated
over 3 years ago
docker pull snowstep/wol