mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Enable tap mode network and vhost
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
1b23182dcc
commit
7c3e3738a1
@ -15,4 +15,4 @@ else
|
||||
IMAGE_NAME="asterinas/asterinas:${VERSION}"
|
||||
fi
|
||||
|
||||
docker run -it --privileged --network=host --device=/dev/kvm -v ${ASTER_SRC_DIR}:/root/asterinas ${IMAGE_NAME}
|
||||
docker run -it --privileged --network=host --device=/dev/kvm --device=/dev/vhost-net -v ${ASTER_SRC_DIR}:/root/asterinas ${IMAGE_NAME}
|
||||
|
Reference in New Issue
Block a user