envygeeks / jekyll-docker

⛴ Docker images, and CI builders for Jekyll.
ISC License
993 stars 279 forks source link

Freezes #341

Open sguillia opened 2 years ago

sguillia commented 2 years ago

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

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 commented 2 years ago

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

What is in your current directory?