Merge branch 'feature/KASM-1747_kali_root_docs' into 'develop'

KASM-1747 Update Kali docs to reference running the container as root

Closes KASM-1747

See merge request kasm-technologies/internal/workspaces-core-images!2
This commit is contained in:
Justin Travis 2021-06-27 19:44:52 +00:00
commit 0bb3cd1a0f

View File

@ -2,6 +2,13 @@
This image contains a browser-accessible version of Kali Linux. It comes pre-installed with the kali-linux-default Metapage This image contains a browser-accessible version of Kali Linux. It comes pre-installed with the kali-linux-default Metapage
Because many kali tools require root privileges, users may desire to run this image as root by passing the `--user root` flag to `docker run`.
When using the image within Kasm Workspaces, configure the **Docker Run Config Override** setting within the Image definition to add the following JSON:
```
{"user":"root"}
```
![Screenshot][Image_Screenshot] ![Screenshot][Image_Screenshot]
[Image_Screenshot]: https://f.hubspotusercontent30.net/hubfs/5856039/dockerhub/image-screenshots/core-kali-rolling.png "Image Screenshot" [Image_Screenshot]: https://f.hubspotusercontent30.net/hubfs/5856039/dockerhub/image-screenshots/core-kali-rolling.png "Image Screenshot"