Releases: DeanPrangenberg/FileVault
Releases · DeanPrangenberg/FileVault
Release list
FileVault-v1.0
FileVault Release v1.0
Docker Image Setup
-
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
-
Copy the Container ID:
- Open Docker Desktop and navigate to the Containers section.
- Locate the
filevault_containerand copy its SHA256 Container ID.
-
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.
- In the extracted folder, create or locate the file
-
Start the Application:
- Launch
CppFileVaultMain.exeto use the program.
- Launch
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.