We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root@ubuntu:/home/xinmans# docker run -d \
-p 8222:8222/tcp \ -p 25565:25565 \ --name=minecraftserver \ -v /apps/docker/minecraftserver:/config \ -v /etc/localtime:/etc/localtime:ro \ -e CREATE_BACKUP_HOURS=12 \ -e PURGE_BACKUP_DAYS=14 \ -e ENABLE_WEBUI_CONSOLE=yes \ -e ENABLE_WEBUI_AUTH=yes \ -e WEBUI_USER=admin \ -e WEBUI_PASS=minecraft \ -e WEBUI_CONSOLE_TITLE='Minecraft Server' \ -e CUSTOM_JAR_PATH=/config/minecraft/paperclip.jar \ -e JAVA_VERSION=latest \ -e JAVA_INITIAL_HEAP_SIZE=512M \ -e JAVA_MAX_HEAP_SIZE=1024M \ -e JAVA_MAX_THREADS=1 \ -e STARTUP_CMD=gamerule reducedDebugInfo true \ -e UMASK=000 \ -e PUID=0 \ -e PGID=0 \ binhex/arch-minecraftserver
docker: invalid reference format: repository name must be lowercase. See 'docker run --help'. root@ubuntu:/home/xinmans# exit
The text was updated successfully, but these errors were encountered:
most probably this:-
-e STARTUP_CMD=gamerule reducedDebugInfo true \
wrap the command in single quotes:-
-e STARTUP_CMD='gamerule reducedDebugInfo true' \
Sorry, something went wrong.
No branches or pull requests
root@ubuntu:/home/xinmans# docker run -d \
docker: invalid reference format: repository name must be lowercase.
See 'docker run --help'.
root@ubuntu:/home/xinmans# exit
The text was updated successfully, but these errors were encountered: