mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-25 17:03:09 +01:00
KASM-1747 Update Kali docs to reference running the container as root
This commit is contained in:
parent
c4b66f8296
commit
28fcb3f4f7
@ -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"
|
Loading…
Reference in New Issue
Block a user