Skip to content

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

Notifications You must be signed in to change notification settings

miss55/docker-gogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker gogs

Why

  1. Translate Docker-related commands into simple Make commands for convenient maintenance

Usage

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

  1. quick run

    • make start
    • default ssh port SP=10022
    • default http port HP=10880
    • eg make start SP=10023 HP=80
  2. check docker run command

    • make test
    • default ssh port SP=10022
    • default http port HP=10880
    • eg make test SP=10023 HP=80
  3. stop

    • make stop
  4. status

    • make status

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published