Skip to content

Instantly share code, notes, and snippets.

@ollyg
Last active August 19, 2024 10:18
Show Gist options
  • Save ollyg/6a33aed9e71575ae460fd865ce6e4579 to your computer and use it in GitHub Desktop.
Save ollyg/6a33aed9e71575ae460fd865ce6e4579 to your computer and use it in GitHub Desktop.
Notes for netdisco python and containers
  • brew install gnu-sed gnu-tar docker docker-compose docker-buildx colima
  • follow the instruction to edit docker config
  • follow the instruction to start colima daemon
  • follow the PATH updates guidance
  • colima start
  • curl -Ls -o docker-compose.yml https://tinyurl.com/nd2-dockercompose
  • docker-compose pull netdisco-do
  • docker run -it --entrypoint ash 5a0269c7d43a
  • docker rm -vf $(docker ps -aq)
  • docker rmi -f $(docker images -aq)
  • poetry install --sync --with test,develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment