From 4a97b1b20d28e1fd07c4ea39a16ff5c3b886b5ac Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 23 Sep 2018 12:52:25 +0200 Subject: [PATCH] Add README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c556e8 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# libutils Dockerfile (wut) + +The image `wiiuwut/libutils` on [Docker Hub](https://hub.docker.com/r/wiiuwut/libutils/) provides a prebuilt library in the `/artifacts` directory. Copy it into your WUT_ROOT folder. + +Example: +``` +COPY --from=wiiuwut/libutils:0.1 /artifacts $WUT_ROOT +```