Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/wrapper/cli/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following data will migrate to the new upgraded container:
- The container `/workspace` directory
- The **Zsh**, **Bash** and **python3** command history
- (From Exegol images `3.1.8`) The exegol-history database
- The **NetExec** and **Responder** database and configuration files
- The **NetExec**, **Responder** and **Firefox** database and configuration files
- The [TriliumNext](https://github.com/TriliumNext/Trilium) notes database
- The **Hashcat** and **John** "potfiles"
- The following files:
Expand Down
1 change: 1 addition & 0 deletions docs/src/wrapper/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ The volume section allows to change the default path for various volumes.

The config section allows you to modify the default behavior of the Exegol wrapper.
- `auto_check_update`: enables automatic check for wrapper update. (Default: `True`)
- `interactive_update_warning`: interactively ask the user to acknowledge the available wrapper update. (Default: `True`)
- `auto_remove_image`: automatically remove outdated image when they are no longer used. (Default: `True`)
- `auto_update_workspace_fs`: automatically modifies the permissions of folders and sub-folders in your workspace by default to enable file sharing between the container with your host user. (Default: `False`)
- `default_start_shell`: default shell command to start. (Default:`zsh`)
Expand Down
Loading