Both images seem equal #18

Closed
opened 2025-11-20 04:14:58 -05:00 by saavagebueno · 3 comments
Owner

Originally created by @jochenjonc on GitHub (Jun 4, 2021).

Hi @BretFisher,

I've been trying to use the docker images on my Synology NAS, but every time I start the bretfisher/jekyll I get the following in the console.

NOTE: hmm, I don't see a Gemfile so I don't think there's a jekyll site here
Either you didn't mount a volume, or you mounted it incorrectly.
Be sure you're in your jekyll site root and use something like this to launch

docker run -p 80:4000 -v $(pwd):/site bretfisher/jekyll-serve

NOTE: To create a new site, you can use the sister image bretfisher/jekyll like:

docker run -v $(pwd):/site bretfisher/jekyll new .

I noticed that both images have the same size also.

Do you have any clue?

Regards,

Jochen

Originally created by @jochenjonc on GitHub (Jun 4, 2021). Hi @BretFisher, I've been trying to use the docker images on my Synology NAS, but every time I start the bretfisher/jekyll I get the following in the console. ``` NOTE: hmm, I don't see a Gemfile so I don't think there's a jekyll site here Either you didn't mount a volume, or you mounted it incorrectly. Be sure you're in your jekyll site root and use something like this to launch docker run -p 80:4000 -v $(pwd):/site bretfisher/jekyll-serve NOTE: To create a new site, you can use the sister image bretfisher/jekyll like: docker run -v $(pwd):/site bretfisher/jekyll new . ``` I noticed that both images have the same size also. Do you have any clue? Regards, Jochen
saavagebueno added the bug label 2025-11-20 04:14:58 -05:00
Author
Owner

@BretFisher commented on GitHub (Jun 7, 2021):

What command are you using to start it? What's in that directory? It will get that error if it doesn't see the Gemfile in the bind-mount.

@BretFisher commented on GitHub (Jun 7, 2021): What command are you using to start it? What's in that directory? It will get that error if it doesn't see the Gemfile in the bind-mount.
Author
Owner

@BretFisher commented on GitHub (Jun 7, 2021):

Oh I see, the CMD is the same in both images, and is a bug I created by moving to GitHub Actions without specifying the build stage. This but doesn't affect bretfisher/jekyll-serve, only the default behavior of bretfisher/jekyll. Give me a few to fix this.

@BretFisher commented on GitHub (Jun 7, 2021): Oh I see, the CMD is the same in both images, and is a bug I created by moving to GitHub Actions without specifying the build stage. This but doesn't affect `bretfisher/jekyll-serve`, only the default behavior of `bretfisher/jekyll`. Give me a few to fix this.
Author
Owner

@BretFisher commented on GitHub (Jun 7, 2021):

OK this should be fixed. Feel free to reopen if you have more issues or questions.

@BretFisher commented on GitHub (Jun 7, 2021): OK this should be fixed. Feel free to reopen if you have more issues or questions.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jekyll-serve#18