Skip to content

Commit

Permalink
add comments to bash files
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Sep 23, 2024
1 parent b2309e0 commit e3d2594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dc-run-file.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
# run docker compose file specified as argument and located in the build directory

# enable xhost
# enable xhost for the current user to allow docker to display graphics
./xhost_enable.sh

# run docker compose
Expand Down
3 changes: 3 additions & 0 deletions xhost_enable.sh
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
#!/bin/bash

# enable xhost for the current user to allow docker to display graphics
xhost +local:

0 comments on commit e3d2594

Please sign in to comment.