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

El proyecto no arranca con Docker #21

Open
fernandolozano opened this issue Apr 22, 2020 · 2 comments
Open

El proyecto no arranca con Docker #21

fernandolozano opened this issue Apr 22, 2020 · 2 comments

Comments

@fernandolozano
Copy link
Contributor

fernandolozano commented Apr 22, 2020

Ejecuto el siguiente comando dentro del repositorio:

$ docker run -p 4000:4000 --rm --volume="$PWD:/srv/jekyll" -it jekyll/jekyll jekyll server

Y me da el siguiente error:

jekyll" -it jekyll/jekyll jekyll server
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler::PermissionError: There was an error while trying to write to
`/usr/gem/cache`. It is likely that you need to grant write permissions for that
path.
An error occurred while installing public_suffix (4.0.1), and
Bundler cannot continue.
Make sure that `gem install public_suffix -v '4.0.1' --source
'https://rubygems.org/'` succeeds before bundling.

In Gemfile:
  minima was resolved to 2.5.1, which depends on
    jekyll-feed was resolved to 0.12.1, which depends on
      jekyll was resolved to 4.0.0, which depends on
        addressable was resolved to 2.7.0, which depends on
          public_suffix

Docker version 19.03.8, build afacb8b
macOs High Sierra 10.13.6

@fernandolozano
Copy link
Contributor Author

fernandolozano commented Apr 22, 2020

Usando la imagen jekyll:3.8 funciona bien, tiene que ser por algo de la versión latest de la imagen

@aberasarte
Copy link
Member

No seguimos nuestras propias recomendaciones 🙀

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