Skip to content

Commit

Permalink
Mise à jour documentation
Browse files Browse the repository at this point in the history
Fixes okiwi#26

* l'ancienne image Docker a plusieurs problèmes et semble abandonnée (_c.f._ https://github.com/envygeeks/jekyll-docker/issues)
* instruction pour utilisation avec `podman` (ou autre solution de conteneur n'utilisant pas `root`)
  • Loading branch information
Pamplemousse committed Apr 20, 2024
1 parent 091015b commit 49d4041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Lancer un serveur local
jekyll serve


Il est aussi possible d'utiliser l'image [`jekyll/builder`](https://github.com/envygeeks/jekyll-docker#readme) avec [`docker`](https://www.docker.com/) :
Il est aussi possible d'utiliser l'image [`jvconseil/jekyll-docker`](https://hub.docker.com/r/jvconseil/jekyll-docker) avec [`docker`](https://www.docker.com/) :

docker run --rm \
--volume=$(pwd):/srv/jekyll \
--net=host \
-p 35729:35729 -p 4000:4000 \
--env JEKYLL_ENV=development \
-it jekyll/builder \
-it jvconseil/jekyll-docker \
jekyll serve --livereload

Pour les utilisateurices de `podman`, il faut ajouter `--env JEKYLL_ROOTLESS=1`.

Il suffit ensuite d'ouvrir son navigateur à l'adresse [http://localhost:4000/](http://localhost:4000/).

0 comments on commit 49d4041

Please sign in to comment.