Tuesday, September 11, 2018

Docker for Windows

For windows 10 and later (not for home editions) , you can use "Docker for windows".And we have separate edition for server 2016 and later.

To check docker running or not, run (docker version) on powershell

For earlier windows, use docker toolbox, which uses virtualbox.It doesn't support windows containers.

Editor useful for docker scripts.
VisualSudio code

On windows, it uses powershell.For best UI, use the third-party GUI Shell: cmder.net

Install this PS module for tab completion for docker commands: posh-docker

And after install, use for every script or add to PS profile.
import-module posh-docker







No comments:

Post a Comment