diff --git a/README.md b/README.md index 79284075..47362b5c 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ docker run gnes/gnes:alpine-latest This command downloads the latest GNES image (based on [Alpine Linux](https://alpinelinux.org/)) and runs it in a container. When the container runs, it prints an informational message and exits. -#### Choose the right GNES image +#### 💡 Choose the right GNES image Besides the `alpine` image optimized for the space, we also provide Buster (Debian 10.0) and Ubuntu 18.04-based images. The table below summarizes [all available GNES tags](https://cloud.docker.com/u/gnes/repository/docker/gnes/gnes). One can fill in `{ver}` with `latest`, `stable` or `v0..xx`. `latest` refers to the **latest master** of this repository, which [may not be stable](./CONTRIBUTING.md#Merging-Process). We recommend you to use an official release by changing the `latest` to a version number, say `v0.0.24`, or simply using `stable` for the last release, e.g. `gnes:ubuntu-stable` @@ -111,12 +111,12 @@ Besides the `alpine` image optimized for the space, we also provide Buster (Debi
alpine-{ver}
buster-{ver}
ubuntu-{ver}
full-{ver}