mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
Update docker version refs to 0.14.1
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
20d278d5d9
commit
b11427f5c0
@ -48,7 +48,7 @@ docker run -it --privileged \
|
||||
--network=host \
|
||||
--device=/dev/kvm \
|
||||
-v $(pwd)/asterinas:/root/asterinas \
|
||||
asterinas/asterinas:0.14.0
|
||||
asterinas/asterinas:0.14.1-20250322
|
||||
```
|
||||
|
||||
3. Inside the container, go to the project folder to build and run Asterinas.
|
||||
|
@ -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.0-tdx
|
||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.14.1-20250322-tdx
|
||||
```
|
||||
|
||||
3. Inside the container,
|
||||
|
Reference in New Issue
Block a user