Skip to content

Commit

Permalink
Use docker image from docker hub
Browse files Browse the repository at this point in the history
It is less friction as it does not need authentication.

Signed-off-by: Natanael Copa <ncopa@mirantis.com>
  • Loading branch information
ncopa committed Nov 17, 2020
1 parent 745f064 commit 9a4b8f2
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 @@ -108,7 +108,7 @@ For more detailed description see [creating cluster documentation](docs/create-c

To run a single node controller+worker combo, just run it in docker with:
```
docker run -d --name k0s-controller --hostname controller --privileged -v /var/lib/k0s -p 6443:6443 docker.pkg.github.com/k0sproject/k0s/k0s:<version>
docker run -d --name k0s-controller --hostname controller --privileged -v /var/lib/k0s -p 6443:6443 k0sproject/k0s
```

Replace `<version>` with a released version number, we build the image for all tagged releases.
Expand Down

0 comments on commit 9a4b8f2

Please sign in to comment.