# commit Create a new image from a container's changes (This command is only available on Mac OS X version) ``` Usage: hyperctl commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]] Application Options: -a, --author="" Author (e.g., "Hello World ") -c, --change=[] Apply Dockerfile instruction to the created image -m, --message="" Commit message -p, --pause Pause container during Commit (false) Help Options: -h, --help Show this help message ```