Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boot2docker/windows-installer
Install Boot2Docker cli, msys-git and VirtualBox
https://github.com/boot2docker/windows-installer
Last synced: 3 months ago
JSON representation
Install Boot2Docker cli, msys-git and VirtualBox
- Host: GitHub
- URL: https://github.com/boot2docker/windows-installer
- Owner: boot2docker
- License: apache-2.0
- Archived: true
- Created: 2014-03-24T00:56:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T21:25:17.000Z (about 9 years ago)
- Last Synced: 2024-02-14T23:36:14.223Z (9 months ago)
- Language: Inno Setup
- Homepage:
- Size: 1.15 MB
- Stars: 1,209
- Watchers: 172
- Forks: 369
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starts - boot2docker/windows-installer - Install Boot2Docker cli, msys-git and VirtualBox (others)
README
# Deprecated
This project (the boot2docker Windows Installer) is officially deprecated in favor of the new [Docker Toolbox](https://www.docker.com/toolbox).
# windows-installer
Installation [instructions](https://docs.docker.com/installation/windows/) available on the Docker documentation site.
## What is included:
- [msys-git](http://msysgit.github.io/) for tools like `OpenSSH` and `BASH`
- [VirtualBox](https://www.virtualbox.org)
- [Boot2Docker-cli management tool](https://github.com/boot2docker/boot2docker-cli)
- [Boot2Docker ISO](https://github.com/boot2docker/boot2docker)
- [Docker Client for Windows](https://github.com/docker/docker)## Why Inno Setup?
I've chosen to make a simple installer using [Inno Setup](http://www.jrsoftware.org/)
because that is what the [msysGit](http://git-scm.com/) installer is built with.(It also happens that I've used Inno Setup before, so I can make something faster.)
Making a simple Wix for the Boot2Docker-cli should be simple, and this can then be
used in this all-in-one installer too.## Maintenance
See `MAINTENANCE.md` for instructions on how to update, bundle and compile the
Boot2Docker Windows Installer.