All activity
Patriceleft a comment
Hey Dev(Ops), Containers are so easy to use thanks to Docker. We are bringing the same UX to VMs. With Saya, you are able to just: $ saya image build -t websever:v1 . # to build a VM image $ saya image push websever:v1 # to push a VM image to a repository $ saya image pull websever:v1 # to pull a VM image from a repository $ saya vm run webserver:v1 # to run a VM image Itβs time to start loving...

SayaThe docker for VMs
