- Translate Docker-related commands into simple Make commands for convenient maintenance
Quickly start a Git Gogs instance using Docker, utilizing the official Docker image for easy and fast deployment, stopping, and monitoring of the Gogs Docker container
-
quick run
make start- default ssh port
SP=10022 - default http port
HP=10880 - eg
make start SP=10023 HP=80
-
check docker run command
make test- default ssh port
SP=10022 - default http port
HP=10880 - eg
make test SP=10023 HP=80
-
stop
make stop
-
status
make status