You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add govm binary version support
Version will be constructed by taking the current version (tag)
plus the short commit hash.
Fixes: govm-project#23
Signed-off-by: Obed N Munoz <obed.n.munoz@gmail.com>
Refactor for a engines-based architecture
This change removes docker dependencies from the default VM
specification in GoVM project.
The idea is that at some point we can have support for multiple
virtualization and networking engines.
Signed-off-by: Obed N Munoz <obed.n.munoz@gmail.com>