Skip to content

Commit

Permalink
fix docker typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jan 9, 2024
1 parent fa78f29 commit 0629095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 0629095

Please sign in to comment.