I am using a Ubuntu docker image which is minimized to develop my project.
I hope to run command unminimize to bring some functions back to the container.
But I can not find man page of this command.
I tried to install man-db.
But when I run man minimize, it complains that
No manual entry for unminimize
Where can I find man page for this command?