Skip to content

agiraud/umbraco-docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

umbraco-docker-images

In this repository you will find a set of docker container support files to get up Umbraco demos into docker containers.

All the images for these demos are hosted in public dockerhub registries and are 100% free to access and use https://hub.docker.com/u/antuangiro.

Available Umbraco Demo

Pre-Requisites

  1. To use the images from this repository you will need Docker for windows install in your environment and switch it to using Windows containers. If you are new with Docker, refer first to this documentation: https://docs.docker.com/docker-for-windows/install/.

  2. Then, clone the repository or download it in your local machine.

Get start using the Docker Images

  1. Open a powershell console and go to the path of the demo folder you would like to run:

    • Umbraco starterkit: /samples/Starterkit
    • Umbraco Vendr: /samples/Vendr
    • Umbraco Marketingsuite /samples/MarketingSuite
    • Run of them: /samples/All
  2. From here, run docker-compose up -d
    The first time, the operation will take some time because the images are downloaded into your local environment, but the next time will take some few second.

  3. You can now browse the demo in your browser:

    To login to the back office use the credentials:

    Note: To use the Umbraco Marketingsuite demo, you need to add a valid license uMarketingSuite.License.config into the folder uMarketingSuiteConfig into the demo path. Check in the MerketingSuite website: https://www.umarketingsuite.com/

  4. You can stop the container with docker-compose stop and start it again with docker-compose start

  5. Remove the container with docker-compose down

URL set up

Modify the default url into the .env environement files you can find into the demo folders.

  • HOST_STARTERKIT=umbracodemo.starterkit.local
  • HOST_VENDR=umbracodemo.vendr.local
  • HOST_MARKETINGSUITE=umbracodemo.marketingsuite.local

About

Set of Umbraco CMS container support files for demo purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published