Skip to content

Kali linux support #37065

Discussion options

You must be logged in to vote

Hi @sudip-mondal-2002 - thanks for the question! You can set up your codespace to use the Kali linux image in a few ways, the quickest is to create a .devcontainer.json file in the repo root and point it at the image, like so:

{
  "image": "kalilinux/kali-rolling:latest"
}

You can do a lot more with devcontainers as well to help with installations such as adding some post creations scripts, or creating a full DOCKERFILE for it as well.

You can read more about that in the docs here and I'd be happy to answer further specific questions. Thanks!

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sudip-mondal-2002
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codespaces Your development environment, in the cloud. Run VS Code and code on GitHub's cloud platform, Product Feedback
4 participants