All public logs

Jump to navigation Jump to search

Combined display of all available logs of HPCWIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:20, 15 November 2023 Admin talk contribs created page Container tips and tricks (Created page with " == Find container root folder in host == <syntaxhighlight lang="bash"> # Get container root directory path $ container_root=$(sudo docker inspect --format '{{.GraphDriver.Data.MergedDir}}' <container_id>) # Then we can access by creating a symlink to any subdirectory or file within the container $ sudo ln -s "$container_root/</path/to/mount>" <symlink_name> </syntaxhighlight> == References == <references />") Tag: Visual edit