entropy-game 2.2.5

Entropy, a game.
Documentation
1
2
3
4
5
6
7
8
9
### Pull the image
```bash
$ podman pull registry.access.redhat.com/rhel8/postgresql-16 
```

### Run database daemon
```bash
$ podman run -p 5432:5432 -e POSTGRESQL_ADMIN_PASSWORD=123456 -d postgresql-16:latest 
```