From fd9a24ef504f511803b5a96a182c8c712b444de0 Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (laptop)" Date: Sun, 1 Aug 2021 15:06:54 -0400 Subject: [PATCH] Doc: change image size text to badge --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index 7c8f0c2a..51cdcbda 100644 --- a/docker/README.md +++ b/docker/README.md @@ -7,7 +7,7 @@ You can run 2fauth in a single Docker container. ## Features - Runs without root as user `www-data` -- Only **182MB** (uncompressed amd64 image) +- [![Latest size](https://img.shields.io/docker/image-size/2fauth/2fauth/latest?label=Image%20size)](https://hub.docker.com/r/2fauth/2fauth/tags) - Compatible with `amd64` only for now ## Setup @@ -29,7 +29,7 @@ You can run 2fauth in a single Docker container. ```sh docker run -it --rm -p 8000:8000/tcp \ - -v /yourpath/2fauth:/2fauth qmcgaw/2fauth + -v /yourpath/2fauth:/2fauth 2fauth/2fauth ``` 1. Access it at [http://localhost:8000](http://localhost:8000)