Base's icon

Base

An image that provides read-only access for all files and reg keys on the host machine.

Description

The base image can be used instead of the clean image as an alternate starting point for a container. Unlike the clean image, the base image provides read-only access to all resources on the host system. When you run a container with base, the file system and registry of the container should look identical to that of the host machine. This may be preferable if you want to access applications or files that are on the host system while running in the container.

Readme

Getting started

To use the base image instead of the clean image, it must be explicitly referenced in the run command. If base is not specified, then the clean image will be used.

# Start a container with the base image

> turbo run spoonbrew/base


# Start a container with base and git

> turbo run spoonbrew/base,git/git

To verify that the container has access to applications installed on the host, run the dir command in the Program Files directory.

# Start a container with the base image

> turbo run spoonbrew/base

> (8630da) C:\>cd "C:\Program Files"

> (8630da) C:\Program Files\>dir


Volume in drive C has no label.

Volume Serial Number is 6E89-1362


Directory of C:\Program Files


12/02/2014 12:09 PM <DIR> .

12/02/2014 12:09 PM <DIR> ..

01/31/2014 08:44 AM <DIR> Common Files

04/12/2011 12:28 AM <DIR> DVD Maker

01/09/2014 05:24 PM <DIR> IIS

01/09/2014 05:14 PM <DIR> IIS Express

07/10/2014 06:25 PM <DIR> Intel

12/10/2014 03:41 AM <DIR> Internet Explorer

02/20/2014 04:19 PM <DIR> Java

11/20/2014 06:44 PM <DIR> Microsoft

01/06/2014 03:00 PM <DIR> Microsoft Analysis Services

05/24/2014 05:51 PM <DIR> Microsoft Help Viewer

06/02/2014 07:00 PM <DIR> Microsoft Office

11/20/2014 07:00 PM <DIR> Microsoft SDKs

12/02/2014 12:10 PM <DIR> Microsoft Security Client

11/09/2014 10:34 AM <DIR> Microsoft Silverlight

12/03/2014 03:35 AM <DIR> Microsoft SQL Server

07/22/2014 02:49 PM <DIR> Microsoft SQL Server Compact Edition

07/22/2014 02:49 PM <DIR> Microsoft Synchronization Services

05/24/2014 05:51 PM <DIR> Microsoft Visual Studio 10.0

01/09/2014 05:09 PM <DIR> Microsoft Visual Studio 11.0

05/24/2014 05:56 PM <DIR> Microsoft.NET

01/09/2014 05:15 PM <DIR> MSBuild

07/14/2014 02:05 PM <DIR> MySQL

07/15/2014 07:01 PM <DIR> Oracle

07/13/2009 09:32 PM <DIR> Reference Assemblies

01/07/2014 03:41 AM <DIR> Windows Defender

07/09/2014 02:18 AM <DIR> Windows Journal

04/12/2011 12:17 AM <DIR> Windows Mail

10/15/2014 02:28 AM <DIR> Windows Media Player

07/13/2009 09:32 PM <DIR> Windows NT

04/12/2011 12:17 AM <DIR> Windows Photo Viewer

11/20/2010 07:31 PM <DIR> Windows Portable Devices

04/12/2011 12:17 AM <DIR> Windows Sidebar

04/24/2014 11:06 AM <DIR> Wireshark

0 File(s) 0 bytes

30 Dir(s) 135,176,470,528 bytes free


Release Notes

No release notes


EULA

  • Dependencies
    No dependencies
  • Used By
    No repositories
  • Website
    No developer web address
  • Current
    2.0 updated 6 years ago
  • Details
    Updated: December 5, 2018
    Created: December 10, 2014