We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the documentation in the OSv wiki, OSv is fully supported on Xen and as a result, it can be run on EC2.
I'm not familiar with go but sifting through the code I believe the following are supported:
How do I build an OSv image containing my application code for Xen? For instance, How could I do this with the NodeJS hello world example?
The text was updated successfully, but these errors were encountered:
@darragh-hayes with the NodeJS example, it should be as simple as:
[[[ capstan build ]]]
in the working directory. The output will be available in ~/.capstan/repository/capstan-example-nodejs/capstan-example-nodejs.qemu.
All you need to do is convert the .qemu into a raw image, create an AMI, and then run an instance on EC2.
Give me a shout if you need any further tips!
Sorry, something went wrong.
if it can be possible by convert. is it other reason not implemented in capstan?
I too am wondering why this isn't an option given it's that simple? Why not just add it already?
No branches or pull requests
According to the documentation in the OSv wiki, OSv is fully supported on Xen and as a result, it can be run on EC2.
I'm not familiar with go but sifting through the code I believe the following are supported:
How do I build an OSv image containing my application code for Xen? For instance, How could I do this with the NodeJS hello world example?
The text was updated successfully, but these errors were encountered: