Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Streun committed Aug 18, 2024
1 parent 7f97a0c commit 260476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -x
cmd_dev_create() {
DEV_VERSION=$(cat dev.version)
docker create --name lf-dev-container --privileged --net=host \
-v $PWD:/home/lf/lightning-filter/ \
-v $PWD/..:/home/lf/lightning-filter/ \
-v /dev/hugepages:/dev/hugepages -v /sys/bus/pci/devices:/sys/bus/pci/devices \
streun/lightning-filter:$DEV_VERSION sleep infinity
}
Expand Down

0 comments on commit 260476e

Please sign in to comment.