[PR #5019] [MERGED] Add docs on passing SSH through to container #17594

Closed
opened 2025-11-02 14:18:49 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5019
Author: @Xiol
Created: 10/5/2018
Status: Merged
Merged: 1/5/2019
Merged by: @techknowlogick

Base: masterHead: doc-ssh-with-docker


📝 Commits (7)

  • b05ebcf Add docs on passing SSH through to container
  • d6f8774 Merge branch 'master' into doc-ssh-with-docker
  • faa388d Merge branch 'master' into doc-ssh-with-docker
  • 1c62175 Add note to resolve @lafriks feedback
  • 8cafc34 Merge branch 'master' into doc-ssh-with-docker
  • 066c362 Merge branch 'master' into doc-ssh-with-docker
  • ad230ce Merge branch 'master' into doc-ssh-with-docker

📊 Changes

1 file changed (+64 additions, -0 deletions)

View changed files

📝 docs/content/doc/installation/with-docker.en-us.md (+64 -0)

📄 Description

Wasn't clear how to pass SSH connections through the container, found a
few blog posts which described roughly the same procedure I've
documented here.

Credit should really go to:

Signed-off-by: Dane Elwell dane.elwell@ukfast.co.uk


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5019 **Author:** [@Xiol](https://github.com/Xiol) **Created:** 10/5/2018 **Status:** ✅ Merged **Merged:** 1/5/2019 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `doc-ssh-with-docker` --- ### 📝 Commits (7) - [`b05ebcf`](https://github.com/go-gitea/gitea/commit/b05ebcfa05d4130c8aa69c6b6e75873352d75fe9) Add docs on passing SSH through to container - [`d6f8774`](https://github.com/go-gitea/gitea/commit/d6f8774fc1b8258127735da3a5ef4e4fdd30d312) Merge branch 'master' into doc-ssh-with-docker - [`faa388d`](https://github.com/go-gitea/gitea/commit/faa388db22fcfa25dfe25e290844bd695df231fc) Merge branch 'master' into doc-ssh-with-docker - [`1c62175`](https://github.com/go-gitea/gitea/commit/1c62175bd043f9f1e44b5d2194ad20f211f03e1c) Add note to resolve @lafriks feedback - [`8cafc34`](https://github.com/go-gitea/gitea/commit/8cafc3468332f39c5a0ab5d35609007f51aa5adb) Merge branch 'master' into doc-ssh-with-docker - [`066c362`](https://github.com/go-gitea/gitea/commit/066c362a4c29acb796a66a4c3859e8a521183d92) Merge branch 'master' into doc-ssh-with-docker - [`ad230ce`](https://github.com/go-gitea/gitea/commit/ad230ceaee32b344fb0d5293260de9a0c4d9a502) Merge branch 'master' into doc-ssh-with-docker ### 📊 Changes **1 file changed** (+64 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/doc/installation/with-docker.en-us.md` (+64 -0) </details> ### 📄 Description Wasn't clear how to pass SSH connections through the container, found a few blog posts which described roughly the same procedure I've documented here. Credit should really go to: * https://blog.sakuragawa.moe/gitea-in-docker-container-and-sharing-ssh-with-host/ * http://www.ateijelo.com/blog/2016/07/09/share-port-22-between-docker-gogs-ssh-and-local-system Signed-off-by: Dane Elwell <dane.elwell@ukfast.co.uk> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 14:18:49 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17594