Skip to content

Instantly share code, notes, and snippets.

@martinpurvis
martinpurvis / set-windows-dockerfiles.ps1
Created September 3, 2022 18:18
apiman - windows docker files
<#
--[set-windows-dockerfiles.ps1]--
# for running apiman on a windows system
brief:
- Sets absolute paths in the compose files to the current working directory, maintaining unix line endings.
- Do this before running docker compose up commands
instructions:
- Copy this file to the apiman directory containing the docker compose files
- Open PowerShell and cd to the same directory