{"id":19479479,"url":"https://github.com/p3t3r67x0/docker-latex","last_synced_at":"2026-05-15T01:43:13.305Z","repository":{"id":118252724,"uuid":"262808623","full_name":"p3t3r67x0/docker-latex","owner":"p3t3r67x0","description":"A Dockerfile for your LaTeX projects based on Ubuntu rolling releases","archived":false,"fork":false,"pushed_at":"2020-05-10T20:07:41.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T10:29:00.513Z","etag":null,"topics":["docker","dockerfile","latex","pandoc","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p3t3r67x0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-10T14:46:22.000Z","updated_at":"2020-05-10T20:07:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"dac455da-4fe9-4036-a062-ef87fef00f59","html_url":"https://github.com/p3t3r67x0/docker-latex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/p3t3r67x0/docker-latex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3t3r67x0%2Fdocker-latex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3t3r67x0%2Fdocker-latex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3t3r67x0%2Fdocker-latex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3t3r67x0%2Fdocker-latex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p3t3r67x0","download_url":"https://codeload.github.com/p3t3r67x0/docker-latex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3t3r67x0%2Fdocker-latex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33050704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","dockerfile","latex","pandoc","ubuntu"],"created_at":"2024-11-10T19:55:43.867Z","updated_at":"2026-05-15T01:43:13.280Z","avatar_url":"https://github.com/p3t3r67x0.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-latex\n\n![mit license](https://img.shields.io/github/license/p3t3r67x0/docker-latex)\n![docker build](https://img.shields.io/docker/cloud/build/opendatacoder/latex)\n![docker pulls](https://img.shields.io/docker/pulls/opendatacoder/latex)\n![docker version](https://img.shields.io/docker/v/opendatacoder/latex)\n\n\u003e A Dockerfile for your LaTeX projects based on Ubuntu rolling releases\n\n![Docker logo](https://github.com/p3t3r67x0/docker-latex/raw/master/docs/docker.svg)\n\nThis image helps compiling latex sources without the need to install all latex packages on your system.\n\n\n## Why should I use this container?\n\n-   Easy setup, compile immediately after image download\n\n\n## Docker Hub\n\nMake use of the pre build docker image\n\n```bash\ndocker pull opendatacoder/latex\n```\n\n\n## Requirements\n\nAdd your local user to docker group if this is not yet the case\n\n```bash\nsudo usermod -aG docker $(whoami)\n```\n\n\n## Docker Usage\n\n**Quick Setup**\n\nCompile latex sources using docker, run this command\n\n```bash\ndocker run --rm -i -v $PWD:/home/latex/data opendatacoder/latex:latest pdflatex main.tex\n```\n\n**Daemon setup**\n\nIf you're working on source in latex, you might want to compile it multiple times and don't want to start a container each time.\n\n```bash\ndocker run -d --rm -i -t -v $PWD:/home/latex/data opendatacoder/latex:latest /bin/bash -c \"sleep forever\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp3t3r67x0%2Fdocker-latex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp3t3r67x0%2Fdocker-latex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp3t3r67x0%2Fdocker-latex/lists"}