Skip to content

Instantly share code, notes, and snippets.

@longht021189
Last active January 25, 2023 07:20
Show Gist options
  • Save longht021189/ff8c94514b2cf9a7704489ec45a580cb to your computer and use it in GitHub Desktop.
Save longht021189/ff8c94514b2cf9a7704489ec45a580cb to your computer and use it in GitHub Desktop.
Fix some issues with DevContainer in VSCode

with Minikube

  • bad performance
minikube start --cpus='max' --memory='max'
  • buildx not found
brew install docker-buildx
ln -s $(which docker-buildx) $HOME/.docker/cli-plugins/docker-buildx
  • bind source path does not exist
minikube mount "$HOME:$HOME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment