- Github: https://github.com/datarootsio/airflow-workshop
- VSCode and install the extension “remote-containers”
- Clone the repo
- Open it in VSCode
- Open command pallet (cmd+shift+p on mac) and search for “remote-containers: rebuild and reopen” and press that
WARNING!! THIS WILL DELETE ALL VOLUMES
so if you have volumes with data that you need, be carefull.
- close the vscode window opened in the dev container
- make sure all containers are stopped
docker kill $(docker ps -aq)
- remove all containers
docker container rm $(docker ps -aq)
- remove all volumes
docker volume rm $(docker volume ls -q)
- Reopen vscode
- Open command pallet (cmd+shift+p on mac) and search for “remote-containers: rebuild and reopen” and press that