Skip to content

Commit

Permalink
aufräum
Browse files Browse the repository at this point in the history
  • Loading branch information
frie321984 committed Mar 29, 2024
1 parent 4c9a0c1 commit 5b7f92d
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,34 @@ Dieses container image benutze ich zum entwickeln. damit kann ich auf jedem Rech

## Verwenden

image holen
```
podman pull ghcr.io/frie321984/devbox:main
```

direkt mit der Entwicklung loslegen - lokales verzeichnis wird in /workspace gemountet
```
podman run -it -v .:/workspace ghcr.io/frie321984/devbox:main
```

oder mit festem namen laufen lassen
```
podman run -dt -it -v .:/workspace --name devbox ghcr.io/frie321984/devbox:main
podman attach devbox
```


## Nützliche Links
- https://access.redhat.com/documentation/de-de/red_hat_enterprise_linux/8/html/building_running_and_managing_containers/assembly_working-with-pods_building-running-and-managing-containers

## Notizen für mich
- podman installieren
- devbox-image holen & starten
- ssh-key generieren und im git hinterlegen
- ssh-key konfigurieren im container
- devbox container starten
- git clone machen
- gitconfig bereitstellen

## Ideen
- ssh-key zeugs vorbereiten
* ssh-key in jeder devbox erzeugen
* den pub-key gleich printen oder rausgeben, so dass man ihn nur noch konfigurieren muss
- OOOODER mit gitlab-token arbeiten & als env-variable reingeben?

## Nützliche Links
- https://access.redhat.com/documentation/de-de/red_hat_enterprise_linux/8/html/building_running_and_managing_containers/assembly_working-with-pods_building-running-and-managing-containers
- https://www.deutschlandfunkkultur.de/frauen-informatik-programmieren-geschichte-100.html

0 comments on commit 5b7f92d

Please sign in to comment.