Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.53 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.53 KB

docker-Umbraco

A collection of useful powershell scripts and dockerfiles for using when deploying the Umbraco CMS (v5.7.0) into a MSWindows container.

Pre-Requisites

  • Docker v1.13
  • PowerShell
  • Windows10 Anniversary Edition or Windows Server 2016 (version 1607)

To use images from this repository you will need to switch Docker to using Windows Containers. If you are new to Docker or Windows Containers the Build And Run Your First Docker Windows Server Container will guide you through the process of getting setup with these pre-requisites. For Windows 10 users the Windows Containers on Windows 10 quickstart covers the same material.

Building the Umbraco Image

# Clean out any previous containers and images
PS> ./dockerclean.ps1

# Build and run a named container - umbraco.web
PS> ./dockerrun.ps1

You should now be able to connect to your running container using the IP address given on screen.

More Information

Take a look at my other docker windows repo for more useful powershell docker scripts.