mirror of
https://github.com/labring/sealos.git
synced 2026-08-28 17:22:42 +08:00
504 B
504 B
Environment settings
sealos only support linux now, you need a linux server to test it.
Some tools can be very handy to help you start a virtual machine such as multipaas
Build the project
git clone https://github.com/labrirng/sealos
cd sealos
make build
You can scp the bin file to your linux host.
If you use multipaas, you can mount the bin dir to the vm:
multipass mount /your-bin-dir <name>[:<path>]
Then test it locally.