Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 301 Bytes

images.md

File metadata and controls

19 lines (15 loc) · 301 Bytes

Downloading various OS disk images in 'docker' through Git on Windows


# For ubuntu
$docker pull ubuntu

# For CentOS
$docker pull centos

# For Debian
$docker pull debian

# For Fedora
$docker pull fedora

# For openSUSE
# http://flavio.castelli.name/2013/04/12/docker-and-opensuse/