Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Remove various Docker Toolbox-specific documentation. Leaving the Lic…
Browse files Browse the repository at this point in the history
…ense for now--have to add our own once we determine what the license can and should be (considering this was originally dervied from Docker Toolbox, albeit now far removed from it...)
  • Loading branch information
embray committed Mar 23, 2016
1 parent 4327413 commit 7b8733b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 220 deletions.
28 changes: 0 additions & 28 deletions CONTRIBUTING.md

This file was deleted.

56 changes: 4 additions & 52 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,4 @@
Docker Toolbox
==================================

[![docker toolbox logo](https://cloud.githubusercontent.com/assets/251292/9585188/2f31d668-4fca-11e5-86c9-826d18cf45fd.png)](https://www.docker.com/toolbox)

The Docker Toolbox installs everything you need to get started with
Docker on Mac OS X and Windows. It includes the Docker client, Compose,
Machine, Kitematic, and VirtualBox.

## Installation and documentation

Documentation for Mac [is available
here](https://docs.docker.com/mac/started/).

Documentation for Windows [is available here](https://docs.docker.com/windows/started/). *Note:* Some Windows computers may not have VT-X enabled by default. It is required for VirtualBox. To enable VT-X, please see the guide [here.](http://www.howtogeek.com/213795/how-to-enable-intel-vt-x-in-your-computers-bios-or-uefi-firmware).

Toolbox is currently unavailable for Linux; To get started with Docker on Linux, please follow the Linux [Getting Started Guide](https://docs.docker.com/linux/started/).

## Building the Docker Toolbox

Toolbox installers are built using Docker, so you'll need a Docker host set up. For example, using [Docker Machine](https://github.com/docker/machine):

```
$ docker-machine create -d virtualbox toolbox
$ eval "$(docker-machine env toolbox)"
```

Then, to build the Toolbox for both platforms:

```
make
```

Build for a specific platform:

```
make osx
```

or

```
make windows
```

The resulting installers will be in the `dist` directory.

## Frequently Asked Questions

**Do I have to install VirtualBox?**

No, you can deselect VirtualBox during installation. It is bundled in case you want to have a working environment for free.
SageMath for Windows
====================

TODO: Write me. (Some of my content can be restored from the original Docker Toolbox README, particularly the build instructions.)
17 changes: 0 additions & 17 deletions docs/Dockerfile

This file was deleted.

58 changes: 0 additions & 58 deletions docs/Makefile

This file was deleted.

Binary file removed docs/images/toolbox-installer.png
Binary file not shown.
17 changes: 0 additions & 17 deletions docs/index.md

This file was deleted.

48 changes: 0 additions & 48 deletions docs/overview.md

This file was deleted.

0 comments on commit 7b8733b

Please sign in to comment.