Run Clean VM 30 Online - Turbo.net
Clean VM's icon

Clean VM 30

Layer that provides isolation between containers and the host machine.

Description

The clean image is a layer of directories and registry keys that provides isolation between containers and the host system. By default the foundation for a new container is the clean image. All added programs on the host machine are fully isolated from the container. This includes elements like environment variables and other resources that may be included with the programs and applications installed on the host machine. Containers leverage the host operating system by allowing read-only access of files and registry keys for these components from within a container.

Readme

Getting started

# Start a container with the clean image

> turbo run spoonbrew/clean

The clean image is used by default as a foundation for a new container, so if you're using other images you don't need to specify clean in the run command.

# Start a container with the clean image and the git image

> turbo run git/git

To verify that the container doesn't have access to the installed programs on your machine, run the dir command in the Program Files directory.

# Start a container with the clean image

> turbo run clean

(4abdee06) C:\>cd "\Program Files (x86)"

(4abdee06) C:\Program Files (x86)>dir


Volume in drive C has no label.

Volume Serial Number is CCE4-7A6C


Directory of C:\Program Files (x86)


12/10/2014 04:11 PM <DIR> .

12/10/2014 04:11 PM <DIR> ..

12/31/1999 04:00 PM <DIR> Common Files

12/31/1999 04:00 PM <DIR> Internet Explorer

12/31/1999 04:00 PM <DIR> MSBuild

12/31/1999 04:00 PM <DIR> Reference Assemblies

12/31/1999 04:00 PM <DIR> Uninstall Information

12/31/1999 04:00 PM <DIR> Windows Defender

12/31/1999 04:00 PM <DIR> Windows Mail

12/31/1999 04:00 PM <DIR> Windows Media Player

12/31/1999 04:00 PM <DIR> Windows NT

12/31/1999 04:00 PM <DIR> Windows Photo Viewer

12/31/1999 04:00 PM <DIR> Windows Portable Devices

12/31/1999 04:00 PM <DIR> Windows Sidebar

0 File(s) 0 bytes

14 Dir(s) 395,491,786,752 bytes free


Release Notes

No release notes


EULA

  • Dependencies
    No dependencies
  • Used By
    No repositories
  • Website
    No developer web address
  • Current
    30 updated 5 years ago
  • Details
    Updated: November 7, 2023
    Created: October 17, 2014