podman to replace docker
parent
58bc04d908
commit
060dc04245
|
@ -64,13 +64,3 @@ initrd /intel-ucode.img
|
|||
initrd /initramfs-linux-zen.img
|
||||
options root="LABEL=ROOT" rw
|
||||
```
|
||||
|
||||
Edit `/boot/loader/entries/archlinux-hardened.conf`:
|
||||
|
||||
```txt
|
||||
title Arch Linux Hardened
|
||||
linux /vmlinuz-linux-hardened
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux-hardened.img
|
||||
options root="LABEL=ROOT" rw
|
||||
```
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
| Distribution | Package |
|
||||
| ------------ | ----------------------------------------------------- |
|
||||
| Arch Linux | `docker` |
|
||||
| Arch Linux | `docker docker-compose` |
|
||||
| Ubuntu | [See](https://docs.docker.com/engine/install/ubuntu/) |
|
||||
|
||||
Enable and start service:
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
# Podman
|
||||
|
||||
| Distribution | Package |
|
||||
| ------------ | ------------------------------------- |
|
||||
| Arch Linux | `podman podman-compose podman-docker` |
|
||||
|
||||
By default Podman requires root.
|
|
@ -94,7 +94,7 @@ mount /dev/sdxY /mnt/home
|
|||
### Installation
|
||||
|
||||
```sh
|
||||
pacstrap /mnt base base-devel linux linux-lts linux-zen linux-hardened linux-firmware man-db man-pages intel-ucode neovim
|
||||
pacstrap /mnt base base-devel linux linux-lts linux-zen linux-firmware man-db man-pages intel-ucode neovim
|
||||
```
|
||||
|
||||
### Boot loader
|
||||
|
|
Loading…
Reference in New Issue