{"id":15906604,"url":"https://github.com/milescranmer/dockers","last_synced_at":"2026-04-08T20:50:29.504Z","repository":{"id":86181221,"uuid":"83869602","full_name":"MilesCranmer/dockers","owner":"MilesCranmer","description":"Docker images and tricks 🐳","archived":false,"fork":false,"pushed_at":"2017-07-21T15:24:11.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T17:22:41.031Z","etag":null,"topics":["astronomy","bash","containers","docker","dockerfile","git","gpu","linux","python"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MilesCranmer.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-03-04T06:00:32.000Z","updated_at":"2017-06-01T07:40:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"feca7c28-a1bc-4ea9-8e51-36c7d7987c53","html_url":"https://github.com/MilesCranmer/dockers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MilesCranmer/dockers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesCranmer%2Fdockers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesCranmer%2Fdockers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesCranmer%2Fdockers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesCranmer%2Fdockers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MilesCranmer","download_url":"https://codeload.github.com/MilesCranmer/dockers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesCranmer%2Fdockers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["astronomy","bash","containers","docker","dockerfile","git","gpu","linux","python"],"created_at":"2024-10-06T13:40:51.308Z","updated_at":"2026-04-08T20:50:29.484Z","avatar_url":"https://github.com/MilesCranmer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Dockerfiles (and `images`__)\n============================\n\n__ https://hub.docker.com/r/mcranmer/dockers/tags/\n\nThis is assortment of dockerfiles, images, scripts, and other things\nthat I find useful.\n\nExample\n-------\n\nConverting latex to rich text format:\n\n.. code::\n    \n    ./docker_cmd.sh latex2rtf latex2rtf myfile.tex\n\nThis command pulls from `mcranmer/dockers:latex2rtf`, runs it,\nthen executes the `latex2rtf` command inside the container\non the linked file `myfile.tex`, which creates an rtf file.\n\nI'm also\nkeeping some dockerfiles for notoriously\ndifficult to built astronomy software packages. All of these\nthings are listed below.\n\nOther scripts\n-------------\n\nI have two incuded shell scripts (Linux and OS X) which\nautomatically set up a X11 for some container, so you can launch a GUI\nfrom inside it and interact. You probably need to fiddle with \nthe environment of the container (e.g., `ENV DISPLAY :0`) to\nget it to work.\n\nList of Dockerfiles (all built on `Docker Hub`__):\n==================================================\n\n__ https://hub.docker.com/r/mcranmer/dockers/tags/\n\n\nQuick commands\n--------------\n\n-  latex2rtf: https://sourceforge.net/projects/latex2rtf/\n-  pandoc: http://pandoc.org/\n\nOther libraries\n---------------\n\n-  spinmob: https://github.com/Spinmob/spinmob\n-  ciao: http://cxc.harvard.edu/ciao/\n-  ds9: http://ds9.si.edu/\n-  cfitsio: https://heasarc.gsfc.nasa.gov/fitsio/fitsio.html\n-  healpix: http://healpix.jpl.nasa.gov/\n-  wcslib: http://www.atnf.csiro.au/people/mcalabre/WCS/\n\n\nManual building\n===============\n\nTo build any, run:\n\n.. code::\n\n    $ docker build -t \u003cimage name\u003e -f \u003cfilename\u003e .\n\nSo, for healpix, this would be:\n\n.. code::\n\n    $ docker build -t healpix -f healpix .\n\nGUI usage:\n==========\n\nLinux:\n\n.. code::\n\n    $ ./launch_gui_linux_docker.sh \u003cimage\u003e \u003cdirectory to link\u003e \n\nMac (a bit more developed):\n\n.. code::\n\n    $ ./launch_gui_mac_docker.sh \u003cimage\u003e \u003cdirectory to link\u003e \u003cstarting command\u003e \u003ccontainer name\u003e\n\nNote that the Mac version requires Xquartz and socat installed.\n\nThe default port for both is 8888.\n\n\nMore examples\n=============\n\nUse my dev environment to edit a file:\n\n.. code::\n\n    $ ./docker_command_tty.sh dev vim myfile.txt\n\nLook at an astronomical image on Mac OS:\n\n.. code::\n\n    $ ./launch_gui_mac_docker.sh mcranmer/dockers:ds9 $(pwd) \"ds9 /workspace/myfile.fits\" my_container\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilescranmer%2Fdockers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilescranmer%2Fdockers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilescranmer%2Fdockers/lists"}