podman to replace docker

main
hau 2020-11-04 14:53:44 +07:00
parent 58bc04d908
commit 060dc04245
4 changed files with 9 additions and 12 deletions

View File

@ -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
```

View File

@ -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:

7
Development/Podman.md Normal file
View File

@ -0,0 +1,7 @@
# Podman
| Distribution | Package |
| ------------ | ------------------------------------- |
| Arch Linux | `podman podman-compose podman-docker` |
By default Podman requires root.

View File

@ -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