How to install Docker on offline Windows 7 machine -


i try install docker on offline (completely offline security reasons) w7 pc. install process heavily dependent on net....are there standalone versions found or there other workarounds.....wwould work.

haven't seen standalone setup docker in windows docker toolbox can achieve this.

docker toolbox provides way use docker on windows systems, older not meet minimal system requirements docker windows app.

docker toolbox includes following docker tools:

  • docker cli client running docker engine create images , containers

  • docker machine can run docker engine commands windows terminals

  • docker compose running docker-compose command kitematic, docker gui

  • the docker quickstart shell preconfigured docker command-line environment

  • oracle vm virtualbox

update:- in case don't have boot2docker installation , system tries download on creating docker machine, can manually download https://api.github.com/repos/boot2docker/boot2docker/releases/latest, have on offline system , manually place @ c:\users\user_name\.docker\machine\cache , should work. note: check appropriate version of boot2docker docker toolbox


Comments