Sign inSign up

oupula/git-server

By oupula

Updated almost 8 years ago

git server gogs 0.11.66 for x86_64 && armv8 aarch64 arm64 && armv7 armhf

Image
1

1.9K

oupula/git-server repository overview

git server with gogs

x86_64 get images:

docker pull oupula/git-server

arm aarch64 get images:

docker pull oupula/git-server:aarch64

armhf get images:

docker pull oupula/git-server:armhf

x86_64 create container:

docker run -it --restart=always -p 3000:3000 -p 2222:22 -v /var/git:/var/git --name git -d oupula/git-server

arm arrch64 create container:

docker run -it --restart=always -p 3000:3000 -p 2222:22 -v /var/git:/var/git --name git -d oupula/git-server:aarch64

armhf create container:

docker run -it --restart=always -p 3000:3000 -p 2222:22 -v /var/git:/var/git --name git -d oupula/git-server:armhf

attach container:

docker exec -it /bin/sh

expose: 3000 22

volume:/var/git

first run you must install before use open browser visit: http://<Your Host IP>:3000/ ex:http://192.168.1.100:3000/

install option:

Database Type:SQLite3 Path: data/gogs.db Repository Root Path:/var/git/gogs-repositories Run User: git Domain: <Your Host IP / Domain> SSH Port: 2222 HTTP Port: 3000 Application URL: http://<Your Host IP / Domain>:3000/ Log Path: /usr/local/gogs/log

Tag summary

Content type

Image

Digest

Size

63.1 MB

Last updated

almost 8 years ago

docker pull oupula/git-server