Skip to content

PhilA1/docker-umbraco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a collection of docker and powershell scripts to deploy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published