Giter Site home page Giter Site logo

docker-archive / toolbox Goto Github PK

View Code? Open in Web Editor NEW
3.2K 206.0 1.2K 12.4 MB

The Docker Toolbox

Home Page: https://docker.com/toolbox

Makefile 0.65% Shell 25.08% HTML 3.52% Inno Setup 49.59% Objective-C 19.38% Batchfile 0.23% Rich Text Format 1.55%

toolbox's Introduction

Docker Toolbox

โš ๏ธ Deprecation Notice: This project and repository is now deprecated and is no longer in active development. Please use Docker Desktop instead where possible. Docker Desktop

Docker released the Docker Toolbox project to make it easier for developers who work on Mac and Windows to get started using Docker. In 2016 Docker released Docker Desktop which superseded toolbox and was significantly easier for the majority of users to get started. This still left some users behind, predominantly users who were on Windows Home editions, Windows 7, Windows 8 and users of VirtualBox. Since 2016 there have been a number of changes. Windows 7 is no longer supported and the mainstream support of Windows 8.1 has ended. The majority of Windows users are now on a version of Windows 10. Since VirtualBox 6.0 users have been able to run VirtualBox and Hyper-V at the same time on their Windows machines, allowing users to use VirtualBox and Docker Desktop side by side on Hyper-V. For Windows Home users, WSL 2 is available and Docker Desktop now uses this to provide Desktop for Windows Home

Given these changes Docker has decided to archive the Toolbox project to allow us to make it clear that we are no longer supporting or developing this product and to give us time to focus on making further improvements to Docker Desktop. Please provide any feedback via the Docker Public Roadmap

==================================

docker toolbox logo

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.

Documentation for Windows is available here.

Note: Some Windows and Mac computers may not have VT-X enabled by default. It is required for VirtualBox. To check if VT-X is enabled on Windows follow this guide here. To enable VT-X on Windows, please see the guide here. To enable VT-X on Intel-based Macs, refer to this Apple guide here. Also note that if the Virtual Machine was created before enabling VT-X it can be necessary to remove and reinstall the VM for Docker Toolbox to work.

Toolbox is currently unavailable for Linux; To get started with Docker on Linux, please follow the Linux Getting Started Guide.

Building the Docker Toolbox

Toolbox installers are built using Docker, so you'll need a Docker host set up. For example, using 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.

toolbox's People

Contributors

6uliver avatar bbodenmiller avatar chanezon avatar dgageot avatar embray avatar frenchben avatar guillaumerose avatar jeanlaurent avatar jeffdm avatar jmorganca avatar justincormack avatar kevinblum avatar londoncalling avatar nathanleclaire avatar nebuk89 avatar seanli avatar shin- avatar shoffmeister avatar sirkkalap avatar skoblenick avatar somombo avatar svendowideit avatar t3easy avatar tdeheurles avatar thajeztah avatar tiangolo avatar todorez avatar twang2218 avatar ulrich avatar virajkanwade avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

toolbox's Issues

Kitematic tries to restart my docker-vm

Steps to reproduce:

  1. Install Toolbox
  2. Start Quickstart Terminal
  3. Start Kitematic

Kitematic then says "starting VM" and seems to be stopping and starting the VM that the Quickstart Terminal just created. It seems like Kitematic doesn't recognise the VM that the Terminal created or something like that.

Environment not Set in Windows DOCKER CLI on startup

I had what I thought was a problem with an old dev. I reinstalled but I am having another problem.

image

docker-machine ls

$ docker-machine ls
error getting state for host dev: machine does not exist
error getting URL for host dev: machine does not exist
NAME ACTIVE DRIVER STATE URL SWARM
dev * virtualbox Error

Virtual box shows no dev instance....wierd

Missing CONTRIBUTING.md

I noticed there's no "contributing" document in this repository; we might want to add one also mentioning DCO sign-offs etc.

Error creating machine: exit status 1

Cannot create dev vm using docker-machine

You will want to check the provider to make sure the machine and associated resources were properly removed.

Better text when opening up CLI

Currently says:

"The Quick Start CLI is configured to use Docker with the dev VM"

Could say something like:

"The CLI is configured to use Docker with the "dev" machine running at IP address 1.2.3.4.

For help getting started, check out the docs at https://docs.docker.com/..."

Automatic or assisted VM upgrades

I already had a machine called dev when I installed the toolbox.
When I launched the CLI I got that error:

Error response from daemon: client and server don't have same version (client : 1.19, server: 1.18)

Because I had Docker 1.6 installed on that machine.
I fixed it with:

machine upgrade dev

But it should be automatized somehow.

Make .app package

The one thing I don't like here is the installer itself.
Is there a way to uninstall?

Whenever I run an installer on OSX I get a little sick.
Would be nice if the toolbox itself was just a .app package that had UI for install/removal/upgrades.

Help users quit VirtualBox if toolbox detects it running.

I downloaded DockerToolbox.pkg on OSX, and tried to install it. I was given this screen:

docker toolbox stopped

and then dismissing the message exits the installer.

My thoughts as a user are "Well, guess I'm not using Docker Toolbox."

Possible ways to remediate this might be:

  • Do the install with virtualbox running anyway. This is ideal. I use lots of virtualbox VMs. Stopping all of them to install some other software on the host is.... not my idea of a fun time.
  • At minimum, it should give me the option to continue the installation once I have stopped my virtualbox VMs. Exiting the installer is not a good way to go.

Override .bashrc boot2docker scripts

Right now at the end of the Docker CLI start script, $SHELL is run to create a new shell.

We should just default to bash and not open a fresh shell since many users have .bashrc contents that automatically set DOCKER_HOST

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.