sur la page Docker tutorial | Simplicité Documentation
il est noté
To test if everything works fine you can try starting a Tomcat-only ephemeral container with:
AlmaLinux 8 or CentOS 7 or Debian
sudo docker run -it --rm -p 80:8080 registry.simplicite.io/server:<tag>
Where <tag> is one of the available tags. E.g. 6-latest = 6 or 5-latest = 5, etc.
j’ai un retour
> sudo docker run -it --rm -p 80:8080 registry.simplicite.io/server:6-latest
Unable to find image 'registry.simplicite.io/server:6-latest' locally
docker: Error response from daemon: failed to resolve reference "registry.simplicite.io/server:6-latest": registry.simplicite.io/server:6-latest: not found
Run 'docker run --help' for more information
Par contre, si je mets
> docker run -it --rm -p 80:8080 registry.simplicite.io/platform:6-latest
ça se déroule bien
Confirmez qu’il faut remplacer “server” par “plateform” dans la doc ?