From 0629095a9f64fbb438f5b29b04ab5c3b53109150 Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Tue, 9 Jan 2024 14:46:38 -0800 Subject: [PATCH] fix docker typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16d844e..ab6eee7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A brief overview of the various command-line switches and HTTP endpoints and API * Release `.zip` files containing the server and supplementals should be attached to every [GitHub release](https://github.com/micromdm/nanomdm/releases). * Release zips are also [published](https://github.com/micromdm/nanomdm/actions) for every `main` branch commit. * A Docker container is built and [published to the GHCR.io](http://ghcr.io/micromdm/nanomdm) registry for every release. - * `docker pull ghcr.io/micromdm/nanomdm:latest` — `docker run ghcr.io/micromdm/nanocmd:latest` + * `docker pull ghcr.io/micromdm/nanomdm:latest` — `docker run ghcr.io/micromdm/nanomdm:latest` * A Docker container is also published for every `main` branch commit (and tagged with `:main`) * If you have a [Go toolchain installed](https://go.dev/doc/install) you can checkout the source and simply run `make`.