- ソース を表示
- JupyterHub/RockyLinux8_install へ行く。
1: 2023-05-29 (月) 16:07:59 iseki ![]() |
現: 2023-05-29 (月) 16:08:51 iseki ![]() |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | adduser podman -d /var/lib/containers -s /sbin/nologin | + | # for Podman |
+ | adduser podman -d /var/lib/containers -s /sbin/nologin | ||
passwd podman | passwd podman | ||
+ | |||
systemctl daemon-reload | systemctl daemon-reload | ||
systemctl start podman.socket | systemctl start podman.socket | ||
systemctl enable podman.socket | systemctl enable podman.socket | ||
+ | |||
+ | # for Fire Wall | ||
firewall-cmd --add-service=http --permanent | firewall-cmd --add-service=http --permanent | ||
firewall-cmd --add-service=https --permanent | firewall-cmd --add-service=https --permanent |
- JupyterHub/RockyLinux8_install のバックアップ一覧
- JupyterHub/RockyLinux8_install のバックアップ差分(No. All)
- 1: 2023-05-29 (月) 16:07:59 iseki
- 現: 2023-05-29 (月) 16:08:51 iseki