This project is not maintained anymore and is abandoned. Feel free to fork and make your own changes if needed.
Notice of Non-Affiliation and Disclaimer
Portapps is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Docker™ Toolbox, or any of its subsidiaries or its affiliates.
The official Docker™ Toolbox website can be found at https://docs.docker.com/toolbox/overview.
The name Docker™ Toolbox as well as related names, marks, emblems and images are registered trademarks of their respective owners.
About
Docker™ Toolbox portable app made with Portapps.
Provides a way to use Docker on Windows systems.
Latest version | 19.03.1 |
Internal release | 6 |
Last updated | 2019/08/05 |
Links | |
Maintainer | CrazyMax |
Homepage | https://docs.docker.com/toolbox/overview |
License | Apache License 2.0 |
Changelog | CHANGELOG.md |
Installation
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\*
todata\storage
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.
Infos
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 (defaultdefault
)machine.host_cidr
: Specify the Host Only CIDR (default192.168.99.1/24
)machine.cpu
: Number of CPUs for the machine (-1 to use the number of CPUs available ; default1
)machine.ram
: Size of memory for host in MB (default1024
)machine.disk
: Size of disk for host in MB (default20000
)machine.share_name
: Name of the mounted directory (indata\shared
) to use as volume (defaultshared
)machine.on_exit_stop
: Stop the virtual machine on exitmachine.on_exit_remove
: Remove the virtual machine on exit
Mount a volume
The directory for volume persistence is located in data\shared
. The share name can be customized in the configuration file and if you kept the default one (shared
) you can mount a volume for persistence and fully portable : -v /shared/matomo:/data
.
Known issues
There is no known issues Please let us know if you found one!
Download
JavaScript is not enabled!
JavasScript must be enabled to allow the generation of dynamic download links.
Otherwise you can download directly from the releases page on GitHub.