Skip to content

Commit

Permalink
change docker_run
Browse files Browse the repository at this point in the history
  • Loading branch information
MDEAGEWT committed May 24, 2023
1 parent 4898bb5 commit e56e7ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker_run.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ if docker images | awk -v image_name="stmoon/px4_ros2" -v image_tag="lec" '$1 ==
-w /home/user \
--hostname $(hostname) \
--group-add dialout \
--network none \
--user user \
--shm-size 4096m \
--name $PS_NAME stmoon/px4_ros2:lec bash
Expand All @@ -247,6 +248,7 @@ if docker images | awk -v image_name="stmoon/px4_ros2" -v image_tag="lec" '$1 ==
-w /home/user \
--hostname $(hostname) \
--group-add dialout \
--network none \
--user user \
--shm-size 4096m \
--name $PS_NAME stmoon/px4_ros2:lec bash
Expand Down

0 comments on commit e56e7ef

Please sign in to comment.