Manage the files using File Explorer

OmniDeq maintains the list of files required for the process/application generated from the discovery and X-Ray. User can view/update this list of required files.

Notes : 1. Original data of discovery process is immutable, Create a Copy, using the Create Copy option for customization work.

  1. Click on Transform in the menu on the left side.

    File Explorer

  2. Now click on Containerize against the Process you want to view/update the list of files for.

    File Explorer

  3. Click on Create copy button.

    Edit Dockerfile

  4. Click on newly created profile copy and the File selection button to View/Manage the files for containerization process.

    File Explorer

    • This will open a screen as shown below which will contain two options to manage files

      1. File Explorer
      2. Include Files

      File Explorer

File Explorer

  1. Remove a file/folder from the list:

    • De-select the file to be removed and click on the save button. If nothing is to be changed click on the cancel button.

      File Explorer

  2. Relocate a File:

    • Once you are on the File explorer view, Expand and find the file from explorer which you want to relocate in the container.
    • Click on the three dots next to the desired file and click on "Target Location"

      File Explorer

    • In the Target Location, add the desired absolute destination path for the file in container and click on "Update".

    • Note:

      • Symbolic links with absolute link destination is supported to relocate.
      • Provide the absolute destination file path, like:
        • /destination/file/path/destinationFileName
      • If file needs to be relocated under different directory, append path separator ("/") at the end of the target directory path:

        • /destination/file/path/
        • (If path is not present, it will be created.)

        File Explorer

    • Once the required files are added click on the "Save" button. If nothing is to be changed click on the "Cancel" button.

      File Explorer

      File Explorer

    • File list relocation will also be populated in "Include Files" section to view/modify/delete the entry.

      File Explorer

Include Files