mirror of
https://github.com/logos-storage/nim-lang-docker.git
synced 2026-01-02 13:43:06 +00:00
docs: update build manually chapter (#2)
This commit is contained in:
parent
e5123e7a46
commit
a40c0bcf0c
26
README.md
26
README.md
@ -55,7 +55,7 @@
|
||||
|
||||
3. Clone repository
|
||||
```shell
|
||||
git clone
|
||||
git clone https://github.com/codex-storage/nim-lang-docker
|
||||
```
|
||||
|
||||
4. Define variables
|
||||
@ -122,7 +122,7 @@ TOTAL: ~ `11m09s`
|
||||
|
||||
3. Clone repository
|
||||
```shell
|
||||
git clone
|
||||
git clone https://github.com/codex-storage/nim-lang-docker
|
||||
```
|
||||
|
||||
4. Define variables
|
||||
@ -132,12 +132,12 @@ TOTAL: ~ `11m09s`
|
||||
```
|
||||
|
||||
5. Create a custom builder
|
||||
```shell
|
||||
docker buildx create \
|
||||
--name container-builder \
|
||||
--driver docker-container \
|
||||
--bootstrap --use
|
||||
```
|
||||
```shell
|
||||
docker buildx create \
|
||||
--name container-builder \
|
||||
--driver docker-container \
|
||||
--bootstrap --use
|
||||
```
|
||||
|
||||
6. Login to DockerHub
|
||||
```shell
|
||||
@ -155,12 +155,12 @@ TOTAL: ~ `11m09s`
|
||||
```
|
||||
|
||||
Duration
|
||||
| Platform | Build | Push | Size |
|
||||
| -------- | ------------ | ----------- | ------- |
|
||||
| `amd64` | `-` | `-` | `613MB` |
|
||||
| `arm64` | `13m55.177s` | `0m42.444s` | `425MB` |
|
||||
| Platform | Build | Push | Size |
|
||||
| -------- | ----------- | --------- | ------- |
|
||||
| `amd64` | `-` | `-` | `613MB` |
|
||||
| `arm64` | `78m27.578` | `0m49.9s` | `425MB` |
|
||||
|
||||
TOTAL: ~ `14m35s`
|
||||
TOTAL: ~ `79m17.478s`
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user