Skip to content

Statement on Program Security

We understand you may have concerns about the security of running a program on your personal computer. This statement aims to explain how the program operates and the measures we take to secure your data and system.

  1. Running the Program via Docker:

    The program runs inside a Docker container. Docker is a lightweight virtualization technology that packages the program and its dependencies into an independent "container" isolated from your operating system and other applications. This means:

    • The program cannot directly access your system files or other applications. Docker containers have strict resource isolation mechanisms, allowing the program to operate only within the container without direct access to or modification of files, settings, or other programs on your computer.
    • The program cannot directly access your local network. Docker uses virtual networking to run containers but does not expose local network resources.
    • The program runs in a controlled environment. Docker containers provide a standardized runtime environment, ensuring consistent operation across different systems and minimizing the risk of conflicts with other parts of the system.
  2. How We Ensure Your Safety:

    • We exclusively use Docker images from NiceGPU official repositories. These images undergo rigorous security reviews to ensure they do not contain malware or vulnerabilities.
    • We regularly update Docker images and program dependencies. We promptly address known security vulnerabilities by updating the program's environment to maintain its safety.
    • We adhere to best practices for security. Throughout the development and deployment process, we follow security best practices such as employing secure coding standards and conducting security testing.

We are committed to securing your data and system. Should you have any questions regarding the security of the program, please feel free to contact us.