Docker guidelines text #249

Closed
opened 2025-11-02 03:15:51 -06:00 by GiteaMirror · 19 comments
Owner

Originally created by @jmn on GitHub (Jan 19, 2017).

Hi,
Using latest Docker image:

There is a link in "Install Steps For First-time Run": "If you're running Gitea inside Docker, please read Guidelines carefully before you change anything in this page!" The link is to https://github.com/go-gitea/gitea/tree/master/docker contains configuration files.

Perhaps create a README.MD in the directory containing these outlines?

Originally created by @jmn on GitHub (Jan 19, 2017). Hi, Using latest Docker image: There is a link in "Install Steps For First-time Run": "If you're running Gitea inside Docker, please read [Guidelines](https://github.com/go-gitea/gitea/tree/master/docker) carefully before you change anything in this page!" The link is to https://github.com/go-gitea/gitea/tree/master/docker contains configuration files. Perhaps create a README.MD in the directory containing these outlines?
GiteaMirror added the type/docstype/bug labels 2025-11-02 03:15:51 -06:00
Author
Owner

@tullo commented on GitHub (Jan 19, 2017):

The readme exists in v0.9 https://github.com/go-gitea/gitea/tree/release/v0.9/docker but did not make it to current version for reasons unknown to me.

@tullo commented on GitHub (Jan 19, 2017): The readme exists in v0.9 https://github.com/go-gitea/gitea/tree/release/v0.9/docker but did not make it to current version for reasons unknown to me.
Author
Owner

@tboerger commented on GitHub (Jan 19, 2017):

Where do you get this information? The docker guide should be part of the docs

@tboerger commented on GitHub (Jan 19, 2017): Where do you get this information? The docker guide should be part of the docs
Author
Owner

@tullo commented on GitHub (Jan 19, 2017):

Maybe add a link to the docs in a minimal readme.
I recently moved my stuff from gogs to gitea and could not remember how i started the gogs docker instance and googled "install gogs docker" where the the first hit gets you to https://github.com/gogits/gogs/tree/master/docker and i guess that the OP made the same assumptions as me and expected to find the info at the same location in the githea repo

@tullo commented on GitHub (Jan 19, 2017): Maybe add a link to the [docs](https://docs.gitea.io/en-us/install-with-docker/) in a minimal readme. I recently moved my stuff from gogs to gitea and could not remember how i started the gogs docker instance and googled "install gogs docker" where the the first hit gets you to https://github.com/gogits/gogs/tree/master/docker and i guess that the OP made the same assumptions as me and expected to find the info at the same location in the githea repo
Author
Owner

@tboerger commented on GitHub (Jan 24, 2017):

Than we should add readme files to every directory. IMHO a docs page is always the first source you should look at, and there you can also directly see it.

@tboerger commented on GitHub (Jan 24, 2017): Than we should add readme files to every directory. IMHO a docs page is always the first source you should look at, and there you can also directly see it.
Author
Owner

@jmn commented on GitHub (Jan 24, 2017):

If Docker guidelines has been written, why not link to them in 74ed6dc3ad/options/locale/locale_en-US.ini (L55)

@jmn commented on GitHub (Jan 24, 2017): If Docker guidelines has been written, why not link to them in https://github.com/go-gitea/gitea/blob/74ed6dc3ad830d308a032fe213e9dfe83f954ffc/options/locale/locale_en-US.ini#L55
Author
Owner

@jmn commented on GitHub (Jan 24, 2017):

By the way, This is how https://docs.gitea.io/en-us/install-with-docker/ looks at the moment for me: (tested with Chromium, Chrome Canary on Windows 10)
chrome_2017-01-25_00-27-13

@jmn commented on GitHub (Jan 24, 2017): By the way, This is how https://docs.gitea.io/en-us/install-with-docker/ looks at the moment for me: (tested with Chromium, Chrome Canary on Windows 10) ![chrome_2017-01-25_00-27-13](https://cloud.githubusercontent.com/assets/35616/22271579/87887650-e295-11e6-9ece-6f27c80723c2.png)
Author
Owner

@tboerger commented on GitHub (Jan 24, 2017):

That's exactly the part I asked for.

@tboerger commented on GitHub (Jan 24, 2017): That's exactly the part I asked for.
Author
Owner

@lunny commented on GitHub (Jan 25, 2017):

It's a UI bug. @jmn could you fire an issue on go-gitea/docs ?

@lunny commented on GitHub (Jan 25, 2017): It's a UI bug. @jmn could you fire an issue on go-gitea/docs ?
Author
Owner

@jmn commented on GitHub (Jan 25, 2017):

OK see go-gitea/docs/issues/85

@jmn commented on GitHub (Jan 25, 2017): OK see go-gitea/docs/issues/85
Author
Owner

@lunny commented on GitHub (Jan 25, 2017):

Thanks.

@lunny commented on GitHub (Jan 25, 2017): Thanks.
Author
Owner

@tboerger commented on GitHub (Jan 25, 2017):

@lunny why should he report a theme issue to the docs?

@tboerger commented on GitHub (Jan 25, 2017): @lunny why should he report a theme issue to the docs?
Author
Owner

@lunny commented on GitHub (Jan 25, 2017):

@tboerger you mean that's hugo's bug?

@lunny commented on GitHub (Jan 25, 2017): @tboerger you mean that's hugo's bug?
Author
Owner

@tboerger commented on GitHub (Jan 25, 2017):

@lunny no, a theme bug. I'm pretty sure this is related to an unproperly pinned bootstrap version. As MetalMatze used the bootstrap 4 beta and they switched the grid system

@tboerger commented on GitHub (Jan 25, 2017): @lunny no, a theme bug. I'm pretty sure this is related to an unproperly pinned bootstrap version. As MetalMatze used the bootstrap 4 beta and they switched the grid system
Author
Owner

@jmn commented on GitHub (Jan 25, 2017):

It's hard to know which repo to report to for the website. The website shares the theme with Gitea the app?

@jmn commented on GitHub (Jan 25, 2017): It's hard to know which repo to report to for the website. The website shares the theme with Gitea the app?
Author
Owner

@tboerger commented on GitHub (Jan 25, 2017):

The repo "theme" is the shared Hugo theme for the website, docs, blog and code redirects.

@tboerger commented on GitHub (Jan 25, 2017): The repo "theme" is the shared Hugo theme for the website, docs, blog and code redirects.
Author
Owner

@lunny commented on GitHub (Jan 25, 2017):

So this issue should be moved to go-gitea/theme?

@lunny commented on GitHub (Jan 25, 2017): So this issue should be moved to go-gitea/theme?
Author
Owner

@jmn commented on GitHub (Jan 25, 2017):

Pardon me for going off topic in the first place, the CSS issue is now at https://github.com/go-gitea/theme/issues/31

This issue is about the reference to documentation in "Install Steps For First-time Run": which is in this code 74ed6dc3ad/options/locale/locale_en-US.ini (L55)

@jmn commented on GitHub (Jan 25, 2017): Pardon me for going off topic in the first place, the CSS issue is now at https://github.com/go-gitea/theme/issues/31 This issue is about the reference to documentation in "Install Steps For First-time Run": which is in this code https://github.com/go-gitea/gitea/blob/74ed6dc3ad830d308a032fe213e9dfe83f954ffc/options/locale/locale_en-US.ini#L55
Author
Owner

@lunny commented on GitHub (Feb 5, 2017):

I think go-gitea/theme#31 have resolved this. So let's close it. Please feel free to reopen it.

@lunny commented on GitHub (Feb 5, 2017): I think go-gitea/theme#31 have resolved this. So let's close it. Please feel free to reopen it.
Author
Owner

@tboerger commented on GitHub (Feb 9, 2017):

We have to fix the link within Gitea itself.

@tboerger commented on GitHub (Feb 9, 2017): We have to fix the link within Gitea itself.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#249