MacPine

- Posted in Dev by - Permalink

Create and manage lightweight Alpine VMs on MacOS

Create and start new instance

alpine launch

List instances

alpine list

Backup instance

alpine publish cheerful-result

This will create a file cheerful-result.tar.gz which can be imported as:

alpine delete cheerful-result
alpine import cheerful-result.tar.gz

Rename instance

alpine rename old new

Tags: