Skip to content

Converts Zstandard compressed VMA files to VMDK format for virtual machine migrations.

Notifications You must be signed in to change notification settings

astroicers/zst2vmdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

zst2vmdk

This repository provides a Docker-based solution for converting VMA files compressed with Zstandard (.zst) into VMDK format.

Installation

Pull the latest Docker image:

docker pull astroicers/zst2vmdk:latest

Usage

To convert a VMA file to VMDK, run the following command in your terminal. Make sure to replace your-file.vma.zst with the name of your actual file.

docker run -v $(pwd):/data --rm astroicers/zst2vmdk ./your-file.vma.zst

This command will output the converted VMDK file in the current directory.

Upgrading

To ensure you are using the latest version of the Docker image, pull the latest image from Docker Hub:

docker pull astroicers/zst2vmdk:latest

References

For more information and source code, visit the GitHub repository.

About

Converts Zstandard compressed VMA files to VMDK format for virtual machine migrations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published