vault backup: 2024-03-29 23:41:44

This commit is contained in:
2024-03-29 23:41:44 +08:00
parent 3937462661
commit db71695483
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# 安裝
根據[Install Docker Engine on Debian](https://docs.docker.com/engine/install/debian/)來安裝Docker engine。
根據[# Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/)來安裝Docker engine。
# 指令
## 列出可用的版本

View File

@@ -4,7 +4,7 @@
![[20240228_170818_WindowsTerminal_1733x303.png]]
然後在 `/etc/fstab` 加入一行:
```
UUID=b4ccb44d-3ddf-458d-b247-a1a16be4f478 /lvm1 ext4 defaults,nofail 0 2
UUID=be92f54f-e427-496e-83e9-a29643aa5af0 /lvm1 ext4 defaults,nofail 0 2
```
關於 `/etc/fstab` 詳細請再看:[[fstab]]