Skip to content

Instantly share code, notes, and snippets.

@xtellurian
Created September 24, 2018 00:41
Show Gist options
  • Save xtellurian/dbc160661f77bc7d919cec2c5b99ce42 to your computer and use it in GitHub Desktop.
Save xtellurian/dbc160661f77bc7d919cec2c5b99ce42 to your computer and use it in GitHub Desktop.
Interactive powershell terminal with your code in there
version: '3'
services:
# docker-compose run ps
ps:
image: mcr.microsoft.com/powershell:ubuntu-xenial
stdin_open: true
tty: true
container_name: ps1
volumes:
- ./:/your_code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment