Skip to content

Commit

Permalink
Updated comments in docker-soffice.sh
Browse files Browse the repository at this point in the history
Added information about the difference between the docker-soffice.sh and
start-container.sh scripts.
  • Loading branch information
hakonhagland committed Feb 5, 2024
1 parent 43d5564 commit 152863d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker/lo-ubuntu2204/docker-soffice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,26 @@
# ./docker-soffice.sh main.fodt # opens main.fodt in the Docker container
# ./docker-soffice.sh appendices/A.fodt # opens appendices/A.fodt in the Docker container
#
# NOTE:
#
# See the script start-container.sh for more a more general/advanced solution. The
# start-container.sh can automatically update the index of a libreoffice document and
# also gets rid of the popup dialog
#
# "The document contains one or more links to external data. Would you like to change the document,
# and update all links to get the most recent data?"
#
# See issue #67 : https://github.com/OPM/opm-reference-manual/issues/67 for more information.
#
#
# NOTES for macOS:
#
# Make sure docker desktop is running.
# The XQuartz server must be running before running this script.
# The IP address of the XQuartz server is obtained using ipconfig.
# The IP address is used to set the DISPLAY environment variable in the Docker container.
# The XQuartz server must be configured to allow connections from network clients.
#

# Check if a file argument is provided
if [ $# -eq 0 ]; then
Expand Down

0 comments on commit 152863d

Please sign in to comment.