Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open docker-examples/custom-images/docker-compose.override.yml and add the image digizuiternd/dfs:10.1.0 to cm.

  2. Open docker-examples/custom-images/docker/build/cm/Dockerfile and add the folowing.

  3. Open docker-examples/custom-images/docker-compose.override.yml and add the image digizuiternd/dfs:10.1.0 to mssql-init

  4. Open docker-examples/custom-images/docker/build/mssql-init/Dockerfile and add the folowing.

  5. Add dynamic configuration + transform the web.config.
    To add the dfs patch configuration file (DFS 10.1.0 - 3 Setting up Sitecore ), go to the folder custom-images/docker/deploy/website.
    Create the folder path App_Config\Include\damforsitecore. Here you place the DFS config patch file.
    Next, we want to add the DFS media handler to the web.config. Open custom-images/docker/build/cm/transforms/Web.config.xdt and add this.

    Image Added