Skip to content

Update docs to describe how the underlying VM and tools can be updated #105

@spkane

Description

@spkane

nerdctl has a new release:
https://github.com/containerd/nerdctl/releases/tag/v0.15.0

It would be nice to add some documentation and even a helper script on how users can update some of the core CLI binaries like this, since some of them are in very active development.

  • check the nerdctl version
colima nerdctl version
  • enter the VM
colima ssh
  • Update the binary
cd /usr/local
sudo wget https://github.com/containerd/nerdctl/releases/download/v0.15.0/nerdctl-full-0.15.0-linux-amd64.tar.gz
sudo tar -xvf ./nerdctl-full-0.15.0-linux-amd64.tar.gz
exit
  • check the nerdctl version
colima nerdctl version

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationhelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions