This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technical:containers [2022/09/25 19:42] – [Wolfi] jc | technical:containers [2024/12/14 09:40] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
## Network | ## Network | ||
## Linux | ## Linux | ||
+ | ### LXC | ||
+ | ### Podman | ||
+ | __Build a Slackware Container__ | ||
+ | |||
+ | 1. Clone Vincent Batts Slackware container repository | ||
+ | ``` | ||
+ | git clone https:// | ||
+ | ``` | ||
+ | 2. Build an image with the desired version and architecture. | ||
+ | ``` | ||
+ | cd slackware-container | ||
+ | CRT=podman make ARCH=64 VERSION=current | ||
+ | ``` | ||
+ | 3. Import and tag the container | ||
+ | ``` | ||
+ | podman import slackware64-current.tar | ||
+ | podman tag $user/ | ||
+ | ``` | ||
### Wolfi | ### Wolfi | ||
## Onyx | ## Onyx | ||
Line 45: | Line 63: | ||
## Build System | ## Build System | ||
podman build scripts | podman build scripts | ||
- | </markdow | + | </markdown> |
- | n> | + |