add gitea actions
All checks were successful
Build and Push Image / Release (push) Successful in 11s
All checks were successful
Build and Push Image / Release (push) Successful in 11s
This commit is contained in:
24
README.md
24
README.md
@ -3,31 +3,23 @@
|
||||
<img src="./icon/ai.png" width="100">
|
||||
|
||||
- name : ai os
|
||||
- image : [aios-bootstrap.tar.gz](https://github.com/syui/aios/releases/tag/latest)
|
||||
- image : [aios-bootstrap.tar.gz](https://github.com/syui/aios/releases/download/latest/aios-bootstrap.tar.gz)
|
||||
- base : [archlinux](https://gitlab.archlinux.org/archlinux)
|
||||
|
||||
```sh
|
||||
$ docker run -it git.syui.ai/ai/os ai
|
||||
```
|
||||
|
||||
### docker
|
||||
|
||||
```sh
|
||||
$ docker run -it syui/aios ai
|
||||
```
|
||||
# https://hub.docker.com/r/syui/aios
|
||||
$ docekr run -it syui/aios ai
|
||||
|
||||
> Dockerfile
|
||||
|
||||
```sh
|
||||
FROM syui/aios
|
||||
```
|
||||
|
||||
- https://hub.docker.com/r/syui/aios
|
||||
|
||||
### github
|
||||
|
||||
```sh
|
||||
# https://github.com/users/syui/packages/container/package/aios
|
||||
$ docker run -it ghcr.io/syui/aios ai
|
||||
```
|
||||
|
||||
- https://github.com/users/syui/packages/container/package/aios
|
||||
|
||||
### link
|
||||
|
||||
- https://git.syui.ai/ai/os
|
||||
|
Reference in New Issue
Block a user