Server Setup
Procedure: Log in and Update the System
- 
SSH into your AWS instance. 
- 
Switch to the root user and update the system. sudo -i transactional-update 
- 
Reboot the system. 
- 
Configure storage with the mgr-storage-servertool or in the case of the proxy usemgr-storage-proxy.- 
For more information, see mgr-storage-server --helpormgr-storage-proxy --help.
 
- 
This tool simplifies creating the container storage and database volumes.
过程
- 
Format the command in the following manner: mgr-storage-server <storage-disk-device> [<database-disk-device>] For example: mgr-storage-server /dev/nvme1n1 /dev/nvme2n1 This command will create the following persistent storage volumes at /var/lib/containers/storage/volumes:For more information, see 永久性存储卷列表. 
- 
Run mgradm install podman <FQDN>as root.