Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apinske authored Oct 27, 2022
1 parent 2d8b490 commit be3b662
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ small Linux VM, ready to run containers, for macOS on ARM

## Usage
* on macOS
* `curl -Lo- https://github.com/apinske/virt/releases/download/v0.7/virt.tar.gz | tar xzf -`
* `curl -Lo- https://github.com/apinske/virt/releases/download/v0.8/virt.tar.gz | tar xzf -`
* `./virt`
* in VM
* `apk upgrade`
* `./setup-vdb.sh`
* `./setup-podman.sh`
* to test: `podman run --rm -it alpine`
* `./setup-rosetta.sh`
* to test: `podman run --rm -it --arch amd64 alpine`
* `./setup-k3d.sh`
* to test: `kubectl create deployment nginx --image nginx`
* $HOME is mounted at /mnt/virt/home
Expand Down

0 comments on commit be3b662

Please sign in to comment.