Skip to content

Releases: DeanPrangenberg/FileVault

Release list

FileVault-v1.0

Choose a tag to compare

@DeanPrangenberg DeanPrangenberg released this 05 Feb 17:03

FileVault Release v1.0

Docker Image Setup

  1. Set up Docker:

    • Download and install Docker Desktop.
    • Extract the provided ZIP file and open a terminal in the extracted folder.
    • Run the following commands to start the container:
      docker load -i filevault_image.tar
      docker run -d -p 8000:8000 --name filevault_container filevault_image-v1.2
  2. Copy the Container ID:

    • Open Docker Desktop and navigate to the Containers section.
    • Locate the filevault_container and copy its SHA256 Container ID.
  3. Update the Container ID File:

    • In the extracted folder, create or locate the file dockerContainerHash.txt.
    • Paste the copied SHA256 Container ID into this file and save it.
  4. Start the Application:

    • Launch CppFileVaultMain.exe to use the program.

Notes

  • Ensure Docker Desktop is running before executing the commands.
  • If you encounter issues, verify the container ID matches the one in dockerContainerHash.txt.

For support, open an issue in the repository.