From f37a2347e1cafcf377e4a55a8fd5aac55aa62ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sun, 2 Jan 2022 19:32:44 +0100 Subject: [PATCH] example firefox latest. --- docs/getting-started/README.md | 2 +- docs/getting-started/examples.md | 2 +- docs/getting-started/troubleshooting.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index fbe01d6..a744a5a 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -1,7 +1,7 @@ # Getting started & FAQ Use the following docker images: -- `m1k1o/neko:latest` - for Firefox. +- `m1k1o/neko:latest` or `m1k1o/neko:firefox` - for Firefox. - `m1k1o/neko:chromium` - for Chromium (needs `--cap-add=SYS_ADMIN`, see the [security implications](https://www.redhat.com/en/blog/container-tidbits-adding-capabilities-container)). - `m1k1o/neko:google-chrome` - for Google Chrome (needs `--cap-add=SYS_ADMIN`, see the [security implications](https://www.redhat.com/en/blog/container-tidbits-adding-capabilities-container)). - `m1k1o/neko:ungoogled-chromium` - for [Ungoogled Chromium](https://github.com/Eloston/ungoogled-chromium) (needs `--cap-add=SYS_ADMIN`, see the [security implications](https://www.redhat.com/en/blog/container-tidbits-adding-capabilities-container)) (by @whalehub). diff --git a/docs/getting-started/examples.md b/docs/getting-started/examples.md index 6973b96..a458999 100644 --- a/docs/getting-started/examples.md +++ b/docs/getting-started/examples.md @@ -6,7 +6,7 @@ version: "3.4" services: neko: - image: "m1k1o/neko:latest" + image: "m1k1o/neko:firefox" restart: "unless-stopped" shm_size: "2gb" ports: diff --git a/docs/getting-started/troubleshooting.md b/docs/getting-started/troubleshooting.md index bc6e220..967347d 100644 --- a/docs/getting-started/troubleshooting.md +++ b/docs/getting-started/troubleshooting.md @@ -20,7 +20,7 @@ In following example, specified range `52000-52100` must be also exposed using d version: "3.4" services: neko: - image: "m1k1o/neko:latest" + image: "m1k1o/neko:firefox" restart: "unless-stopped" shm_size: "2gb" ports: @@ -75,7 +75,7 @@ If your IP is not correct, you can specify own IP resover using `NEKO_IPFETCH`. version: "3.4" services: neko: - image: "m1k1o/neko:latest" + image: "m1k1o/neko:firefox" restart: "unless-stopped" shm_size: "2gb" ports: @@ -96,7 +96,7 @@ Or you can specify your IP address manually using `NEKO_NAT1TO1`: version: "3.4" services: neko: - image: "m1k1o/neko:latest" + image: "m1k1o/neko:firefox" restart: "unless-stopped" shm_size: "2gb" ports: @@ -121,7 +121,7 @@ To see verbose information from n.eko server, you can enable debug mode using `N version: "3.4" services: neko: - image: "m1k1o/neko:latest" + image: "m1k1o/neko:firefox" restart: "unless-stopped" shm_size: "2gb" ports: