jsam2412 / dockerfiles-windows

Various Dockerfiles for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockerfiles-windows

Build status

Various Dockerfiles for Windows. You probably have heard about Docker and that everyone uses Linux Containers. You can do this on Windows as well today with the Windows 10 1607 or Windows Server 2016 using Windows Containers.

Getting started

Windows 10

  • Physical Machine / Virtual Machine
  • Get a Windows 10 Virtual Machine
  • Clone this repo and create some Docker images. Both microsoft/nanoserver and microsoft/windowsservercore base images can be used on Windows 10.

Windows Server 2016

Further reading

PowerShell tricks

Porting Dockerfiles from Linux to Windows I found it useful to use PowerShell at some points. Here are some PowerShell tricks that were useful for me.

Feedback and Pull Requests are welcome

If you have some improvements, bug fixes, some new Dockerfiles or more PowerShell tricks, just send me a PR. If you have questions or problems, open an issue for discussion.

Troubleshooting

If you have trouble running Windows Containers you should have a look at https://docs.microsoft.com/virtualization/windowscontainers/troubleshooting

Invoke-WebRequest https://aka.ms/Debug-ContainerHost.ps1 -UseBasicParsing | Invoke-Expression

License

MIT - for more details see the LICENSE file.

About

Various Dockerfiles for Windows

License:MIT License


Languages

Language:PowerShell 61.8%Language:Shell 14.2%Language:Batchfile 5.9%Language:Ruby 4.8%Language:JavaScript 4.8%Language:C++ 3.1%Language:Groovy 2.4%Language:HTML 2.0%Language:Go 0.6%Language:PHP 0.2%Language:CSS 0.2%