Skip to content

Commit

Permalink
[#84] reverted changes to normal nos3 docker debug, making issue to t…
Browse files Browse the repository at this point in the history
…est fprime docker debug
  • Loading branch information
zlynch2 committed Oct 10, 2024
1 parent 3ff25d5 commit f9b9e60
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/docker_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source $SCRIPT_DIR/env.sh

mkdir -p $BASE_DIR/fsw/build
# $DFLAGS_CPUS -v $BASE_DIR:$BASE_DIR -v $USER_NOS3_DIR:$USER_NOS3_DIR -w $BASE_DIR --name "nos3_debug" $DBOX bash
$DFLAGS_CPUS -v $BASE_DIR:$BASE_DIR -v $USER_NOS3_DIR:$USER_NOS3_DIR -w $BASE_DIR --name "nos3_debug" $DBOX bash
# $DFLAGS_CPUS -it -v $BASE_DIR:$BASE_DIR --network nos3_sc_1 -p 5000:5000 -p 50000:50000 -p 5001:5001 -v $USERDIR:$USERDIR -w $BASE_DIR --name "nos3_debug" $DBOX bash
$DFLAGS_CPUS -it -v $BASE_DIR:$BASE_DIR -p 5000:5000 -p 50000:50000 -p 5001:5001 -v $USERDIR:$USERDIR -w $BASE_DIR --name "nos3_debug" $DBOX bash
# $DFLAGS_CPUS -v $BASE_DIR:$BASE_DIR --network host -v $USERDIR:$USERDIR -w $BASE_DIR --name "nos3_debug" $DBOX bash
# $DFLAGS_CPUS -v $BASE_DIR:$BASE_DIR --expose 5000 -v $USERDIR:$USERDIR -w $BASE_DIR --name "nos3_debug" $DBOX bash
# $DFLAGS_CPUS -v $BASE_DIR:$BASE_DIR -p 5000:5000 -v $USERDIR:$USERDIR -w $BASE_DIR --name "nos3_debug" $DBOX bash
# $DFLAGS_CPUS -it -v $BASE_DIR:$BASE_DIR -p 5000:5000 -p 50000:50000 -p 5001:5001 -v $USERDIR:$USERDIR -w $BASE_DIR --name "nos3_debug" $DBOX bash

0 comments on commit f9b9e60

Please sign in to comment.