docker toolbox portable 19.03.1
ockerâ„¢ Toolbox portable app made with Lightdesk. Provides a way to use Docker on Windows systems.
6
Download and install the latest portable setup where you want then run docker-toolbox-portable.exe.
If you have already installed Docker™ Toolbox from the original setup, move the following files :
%USERPROFILE%.docker* to datastorage
Then run docker-toolbox-portable.exe and remove Docker™ Toolbox from your computer.
Upgrade
For an upgrade, simply download and install the latest portable setup.
VirtualBox needs to be installed !
Configuration
Docker™ Toolbox portable can be configured through the main YAML configuration file :
app:
machine:
name: default
host_cidr: 192.168.99.1/24
cpu: 1
ram: 1024
disk: 20000
shared_name: shared
on_exit_stop: false
on_exit_remove: false
machine.name : Name of the virtual machine (default default)
machine.host_cidr : Specify the Host Only CIDR (default 192.168.99.1/24)
machine.cpu : Number of CPUs for the machine (-1 to use the number of CPUs available ; default 1)
machine.ram : Size of memory for host in MB (default 1024)
machine.disk : Size of disk for host in MB (default 20000)
machine.share_name : Name of the mounted directory (in datashared) to use as volume (default shared)
machine.on_exit_stop : Stop the virtual machi