Skip to content

Instantly share code, notes, and snippets.

@andriisoldatenko
Last active April 17, 2019 14:51
Show Gist options
  • Save andriisoldatenko/e351f5310d14c0270fad681bfd7c49d3 to your computer and use it in GitHub Desktop.
Save andriisoldatenko/e351f5310d14c0270fad681bfd7c49d3 to your computer and use it in GitHub Desktop.
Run Astronomer CLI on Windows

Run Astronomer CLI on Windows

Make sure you have Windows 10 and Docker installed

  1. Download latest release of astro-cli using this link
  2. Extract astro_0.8.2_windows_386.zip and move astro.exe somewhere in your %PATH%
  3. Open cmd or PowerShell console and run:
C:\Windows\system32>astro version
Astro CLI Version: 0.8.2
Git Commit: f5cdab8f832da3c6184a7ac167b491e3bac3c022

Troubleshoting

  1. Make sure you go throug instruction to install Docker on windows properly https://docs.docker.com/docker-for-windows/install/
  2. Make sure you enabled Hyper-V, it's requre to Docker and Linux Containers, also plesae review this document https://docs.docker.com/docker-for-windows/troubleshoot/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment