Skip to content

Commit

Permalink
Update containerization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Sep 16, 2024
1 parent 0235199 commit c84b0e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions containerization.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,21 @@ skopeo copy -f oci tarball:/tmp/bla.tar docker://scr.cd43.sthings-pve.labul.sva.

</details>

<details><summary>BUILD CONTAINER IMAGE w/ KANIKO, MOUNT LOCAL CONTEXT + REGISTRY CERT</summary>

```
nerdctl run \
-v $HOME/.docker/config.json:/kaniko/.docker/config.json:ro \
-v /home/sthings/projects/golang/homerun-react/react-app:/workspace/ \
gcr.io/kaniko-project/executor:v1.23.1 \
--dockerfile Dockerfile \
--destination scr.cd43.sthings-pve.labul.sva.de/homerun/frontend:v11 \
--skip-tls-verify
```

</details>


## RUN

<details><summary>GET HTPASSWD</summary>
Expand Down

0 comments on commit c84b0e8

Please sign in to comment.