Initial setup
Procedure: Login 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-server
tool or in the case of the proxy usemgr-storage-proxy
.-
For more information, see
mgr-storage-server --help
ormgr-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 List of persistent storage volumes.
-
Run
mgradm install podman <FQDN>
as root.