X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/d35f5d4eb87c1a74fd198be589fcdf51e9631ba9..1066fd240bd13bd8cd475c4f8c16689646694af7:/docker/README.md diff --git a/docker/README.md b/docker/README.md index e7e68d7..c506b43 100644 --- a/docker/README.md +++ b/docker/README.md @@ -2,12 +2,10 @@ ## Run Jirafeau through a pre-made Docker image -**There are currently no official pre-made Docker images of Jirafeau! The repository mentioned in this section is outdated!** - Jirafeau is a small PHP application so running it inside a docker container is pretty straightforward. ``` -docker pull registry.gitlab.com/jirafeau:latest +docker pull registry.gitlab.com/jirafeau/jirafeau:latest docker run -it --rm -p 8080:80 registry.gitlab.com/jirafeau/jirafeau:latest ```