Component
No response
Describe the Feature Request
Currently to run the demo environment on a Windows laptop, it's required to have a linux VM, like WSL2.
Technically since Windows support Docker and Python it's possible run the demo environment directly on Windows without a Linux VM but it will require some modification on our invoke commands
This list is not exhaustive but here is a list of changes that are required to run the project on Windows
- Replace inline environment variables with
--env-file in Docker Compose
- Don't use
pty
Describe the Use Case
Allow users to start a demo instance of infrahub on Windows.
Additional Information
No response
Component
No response
Describe the Feature Request
Currently to run the demo environment on a Windows laptop, it's required to have a linux VM, like WSL2.
Technically since Windows support Docker and Python it's possible run the demo environment directly on Windows without a Linux VM but it will require some modification on our invoke commands
This list is not exhaustive but here is a list of changes that are required to run the project on Windows
--env-filein Docker ComposeptyDescribe the Use Case
Allow users to start a demo instance of infrahub on Windows.
Additional Information
No response