Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
innovarew committed Feb 1, 2024
1 parent e994777 commit ae819a4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker build -t docker-tinycore-scratch .
To run, just `docker run` as show below:

~~~
sudo docker run -it ghcr.io/innovarew/docker-tinycore
sudo docker run -it ghcr.io/innovarew/docker-tinycore:latest
~~~

To build locally, just `make` as show below:
Expand All @@ -36,10 +36,11 @@ sudo make TC_URL=http://tinycorelinux.net/13.x/x86_64/

Ready to use docker images from [docker-tinycore](https://github.com/innovarew/docker-tinycore/pkgs/container/docker-tinycore/versions):

| Release/Arch | Docker Image |
| -------------- | ---------------------------------------------------- |
| [latest](https://github.com/innovarew/docker-tinycore/) | `FROM ghcr.io/innovarew/docker-tinycore:latest` |
| Release/Arch | Docker Image |
| -------------- | ----------------------------------------------------------------------------------------------------------------- |
| [latest](https://github.com/innovarew/docker-tinycore/) | `FROM ghcr.io/innovarew/docker-tinycore:latest` |
| [14.x-x86_64](https://github.com/innovarew/docker-tinycore/tree/14.x-x86_64)| `FROM ghcr.io/innovarew/docker-tinycore:14.x-x86_64` |
| [14.x-x86](https://github.com/innovarew/docker-tinycore/tree/14.x-x86) | `FROM ghcr.io/innovarew/docker-tinycore:14.x-x86` |
| [13.x-x86_64](https://github.com/innovarew/docker-tinycore/tree/13.x-x86_64)| `FROM ghcr.io/innovarew/docker-tinycore:13.x-x86_64` |
| [12.x-x86_64](https://github.com/innovarew/docker-tinycore/tree/12.x-x86_64)| `FROM ghcr.io/innovarew/docker-tinycore:12.x-x86_64` |
| [11.x-x86_64](https://github.com/innovarew/docker-tinycore/tree/11.x-x86_64)| `FROM ghcr.io/innovarew/docker-tinycore:11.x-x86_64` |
Expand Down

0 comments on commit ae819a4

Please sign in to comment.