Update docker version ref to 0.14.1-20250326

This commit is contained in:
jiangjianfeng
2025-03-26 09:52:51 +00:00
committed by Tate, Hongliang Tian
parent 7d3b49c4d6
commit 2a7cdb0802
11 changed files with 27 additions and 27 deletions

View File

@ -48,7 +48,7 @@ docker run -it --privileged \
--network=host \
--device=/dev/kvm \
-v $(pwd)/asterinas:/root/asterinas \
asterinas/asterinas:0.14.1-20250322
asterinas/asterinas:0.14.1-20250326
```
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.14.1-20250322-tdx
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.14.1-20250326-tdx
```
3. Inside the container,