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
I was reading this article which is really fantastic https://blog.hypriot.com/post/run-your-own-github-like-service-with-docker/
I ran this:
docker run -ti --name my-go-git-server -p 8022:22 -p 3000:3000 --volume `pwd`/gogs-data/:/data hypriot/rpi-gogs-raspbian
but I get this error:
[ ok ] Starting OpenBSD Secure Shell server: sshd. sending incremental file list sent 2,800 bytes received 41 bytes 5,682.00 bytes/sec total size is 370,720 speedup is 130.49 Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 120510 46/qemu-arm tcp6 0 0 :::22 :::* LISTEN 0 120513 46/qemu-arm PID TTY TIME CMD 46 ? 00:00:00 sshd 136 ? 00:00:00 ps fatal error: rt_sigaction failure runtime stack: runtime.throw(0xb4c345) /goroot/src/runtime/panic.go:491 +0xa4 runtime.setsig(0x40, 0xcb660, 0xc21b01) /goroot/src/runtime/os_linux.c:302 +0xa8 runtime.initsig() /goroot/src/runtime/signal_unix.c:39 +0x88 mstart() /goroot/src/runtime/proc.c:856 +0x6c runtime.mstart() /goroot/src/runtime/proc.c:836 +0x4c goroutine 1 [runnable]: runtime.main() /goroot/src/runtime/proc.go:16 runtime.goexit() /goroot/src/runtime/asm_arm.s:1322 +0x4
it should work on macos right?
For what it's worth, here is the gogs data in the shared volume:
The text was updated successfully, but these errors were encountered:
perhaps this belongs in a GOGS repo instead?
Sorry, something went wrong.
No branches or pull requests
I was reading this article which is really fantastic
https://blog.hypriot.com/post/run-your-own-github-like-service-with-docker/
I ran this:
docker run -ti --name my-go-git-server -p 8022:22 -p 3000:3000 --volume `pwd`/gogs-data/:/data hypriot/rpi-gogs-raspbian
but I get this error:
it should work on macos right?
For what it's worth, here is the gogs data in the shared volume:
The text was updated successfully, but these errors were encountered: