Skip to content
New issue

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

Add YOURLS container documentation #1078

Merged
merged 2 commits into from
Jul 18, 2018
Merged

Add YOURLS container documentation #1078

merged 2 commits into from
Jul 18, 2018

Conversation

LeoColomb
Copy link
Contributor

Proposing YOURLS (https://github.com/YOURLS/YOURLS) for creating a new official image.

Copy link
Member

@tianon tianon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple very minor comments, otherwise looks fine. 👍


```console
$ docker run --name some-%%REPO%% --link some-mysql:mysql -d %%IMAGE%% \
-e YOURLS_SITE="https://example.com"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This -e needs to be before %%IMAGE%% to work, doesn't it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oooh, right!


```console
$ docker run --name some-%%REPO%%s -e YOURLS_DB_HOST=10.1.2.3:3306 \
-e YOURLS_DB_USER=... -e YOURLS_DB_PASS=... -d %%REPO%%
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

%%REPO%% here at the end should be %%IMAGE%% instead (so the multi-arch descriptions have the right ARCH/yourls image name here)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tianon
Copy link
Member

tianon commented Jul 18, 2018

(If you don't get to those before @yosifkit reviews docker-library/official-images#3752, we'll likely just take care of them directly to get this merged today.)

@LeoColomb
Copy link
Contributor Author

@tianon Thanks for the review, I updated to reflect your comments.

@yosifkit yosifkit merged commit 54ca3c5 into docker-library:master Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants