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

Freezes #341

Open
sguillia opened this issue May 9, 2022 · 1 comment
Open

Freezes #341

sguillia opened this issue May 9, 2022 · 1 comment

Comments

@sguillia
Copy link

sguillia commented May 9, 2022

Steps to reproduce

Run this command from README in a jekyll project

docker run --rm \
  --volume="$PWD:/srv/jekyll:Z" \
  --publish [::1]:4000:4000 \
  jekyll/jekyll \
  jekyll serve

Expected behavior

localhost:4000 is reachable

Actual behavior

  • localhost:4000 is unreachable (Failed to connect to localhost port 4000: Connection refused)
  • no logs appear at all
  • docker stop and Ctrl+C doesn't work, have to use docker kill to stop the container

Other info
linux/amd64
Docker version 20.10.7, build f0df350
Tried with Jekyll docker images 4.2.2 and 4.0.0

Am I doing something wrong?

@derek-adair
Copy link

You are possibly exiting the container too quickly. How long does it take?

  • Jekyll builds can take a while
  • Docker build can take a while

What is in your current directory?

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

No branches or pull requests

2 participants