Add tools for exfat filesystem in docker image and bump the version

This commit is contained in:
Yingdi Shan
2024-02-06 14:19:00 +08:00
committed by Tate, Hongliang Tian
parent cfcef6965a
commit bc9bce9dea
8 changed files with 12 additions and 11 deletions

View File

@ -49,7 +49,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 ./asterinas:/root/asterinas asterinas/asterinas:0.3.0
docker run -it --privileged --network=host --device=/dev/kvm -v ./asterinas:/root/asterinas asterinas/asterinas:0.3.1
```
3. Inside the container, go to the project folder to build and run Asterinas.