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

This commit is contained in:
Justin 2021-06-27 15:43:54 -04:00
parent c4b66f8296
commit 28fcb3f4f7

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
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]
[Image_Screenshot]: https://f.hubspotusercontent30.net/hubfs/5856039/dockerhub/image-screenshots/core-kali-rolling.png "Image Screenshot"