Switch to a new Docker image

This commit is contained in:
Wang Siyuan
2025-06-12 03:00:36 +00:00
committed by Tate, Hongliang Tian
parent e78927b449
commit 7189276955
13 changed files with 16 additions and 16 deletions

View File

@ -48,7 +48,7 @@ docker run -it --privileged \
--network=host \
--device=/dev/kvm \
-v $(pwd)/asterinas:/root/asterinas \
asterinas/asterinas:0.15.0-20250516
asterinas/asterinas:0.15.1-20250603
```
3. Inside the container, go to the project folder to build and run Asterinas.

View File

@ -66,7 +66,7 @@ git clone https://github.com/asterinas/asterinas
2. Run a Docker container as the development environment.
```bash
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.15.0-20250516-tdx
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.15.1-20250603-tdx
```
3. Inside the container,