This file (309B) exceeds the allowed full mode (48 kb) size. The editor full height is disabled, only scrolling is allowed.
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height mode.
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ -z "${1}" ]; then
echo "First argument is unset or set to the empty string, it should be a container_id that is built before installed."
exit 1
fi
docker commit ${1} patrikx3/docker-debian-testing-mongodb-stable:built