Y
Hacker News
new
|
ask
|
show
|
jobs
by
sbassi
382 days ago
There are python and node environment for this, so they are not VMs in the sense that I can host a OS and arbitrary executables?
1 comments
appcypher
382 days ago
They are Linux VMs and you can host any executable that can work on that. The python/node environment you see is part of what makes the SDK work. Really, it's very similar to Docker in use.
link
sbassi
382 days ago
thank you. Is there any "docker host" or centralized repo where I can pull VMs from?
link
appcypher
382 days ago
We support just Docker hub for now. Let me know if you want any other OCI-compatible registry.
PS: microsandbox will likely have its own OCI registry in the future
link