envygeeks / jekyll-docker

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

Bug container jekyll #276

Closed rmsaitam closed 4 years ago

rmsaitam commented 4 years ago

$ docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" --env JEKYLL_ENV=development -p 4000:4000 jekyll/jekyll:stable jekyll serve Fetching gem metadata from https://rubygems.org/.......... Using public_suffix 4.0.5 Using addressable 2.7.0 Using bundler 2.1.4 Using colorator 1.1.0 Using concurrent-ruby 1.1.6 Using eventmachine 1.2.7 Using http_parser.rb 0.6.0 Using em-websocket 0.5.1 Using ffi 1.12.2 Using forwardable-extended 2.6.0 Using i18n 1.8.2 Using sassc 2.3.0 Using jekyll-sass-converter 2.1.0 Using rb-fsevent 0.10.4 Using rb-inotify 0.10.1 Using listen 3.2.1 Using jekyll-watch 2.2.1 Fetching rexml 3.2.4 Installing rexml 3.2.4 Using kramdown 2.2.1 Using kramdown-parser-gfm 1.1.0 Using liquid 4.0.3 Using mercenary 0.3.6 Using pathutil 0.16.2 Using rouge 3.19.0 Using safe_yaml 1.0.5 Using unicode-display_width 1.7.0 Using terminal-table 1.8.0 Using jekyll 4.0.1 Bundle complete! 1 Gemfile dependency, 28 gems now installed. Use bundle info [gemname] to see where a bundled gem is installed.

docker ps none

docker ps -a 0fb58d142d23 jekyll/jekyll:stable "/usr/jekyll/bin/ent…" 25 hours ago Exited (0) 25 hours ago quizzical_dijkstra