{"id":17273549,"url":"https://github.com/markmandel/wrapping-clojure-tooling-in-containers","last_synced_at":"2025-04-12T19:06:48.789Z","repository":{"id":141082322,"uuid":"46293753","full_name":"markmandel/wrapping-clojure-tooling-in-containers","owner":"markmandel","description":"Example of a Clojure development environment inside a Docker container","archived":false,"fork":false,"pushed_at":"2016-01-20T00:27:07.000Z","size":18,"stargazers_count":50,"open_issues_count":0,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T19:06:34.657Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markmandel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-16T18:27:58.000Z","updated_at":"2024-05-24T01:48:14.000Z","dependencies_parsed_at":"2023-03-20T21:47:50.730Z","dependency_job_id":null,"html_url":"https://github.com/markmandel/wrapping-clojure-tooling-in-containers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmandel%2Fwrapping-clojure-tooling-in-containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmandel%2Fwrapping-clojure-tooling-in-containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmandel%2Fwrapping-clojure-tooling-in-containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmandel%2Fwrapping-clojure-tooling-in-containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markmandel","download_url":"https://codeload.github.com/markmandel/wrapping-clojure-tooling-in-containers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618276,"owners_count":21134200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-15T08:51:35.151Z","updated_at":"2025-04-12T19:06:48.755Z","avatar_url":"https://github.com/markmandel.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"Example of Wrapping Clojure Development Tooling in a Containers\n===============================================================\n\nCode demo for my talk \"Wrapping Clojure Development Tooling in a Containers\".\n\nProvides [Make](https://www.gnu.org/software/make/) targets for building and running the Clojure developer shell within the accompanying Docker container. \n\n## Presentation\n\n[Blog post and see the recording of the presentation from Clojure/conj 2015.](http://www.compoundtheory.com/recording-wrapping-clojure-tooling-in-containers-part-2/)\n\n## Make Variables\n\n### TAG\nThe tag to give the docker container. You may want to change this if you want to\nuse this template for your own project\n\n### NAME\nThe name of the container when it is running.\n\n### WEB_PORT\nThe port your web application runs on inside the docker container.\n\n## Make Targets\n\n### docker-build\nBuilds the Clojure development Docker container for this project, installing on the required dependencies.\n \n### docker-clean\nDeletes the docker image entirely for this project. Useful if you want to rebuild from scratch.\n\n### shell\nStarts a development shell, with Java 8, and [Leiningen](http://leiningen.org/), oh-my-zsh and the lein plugin already installed.\n\nThis will likely only work on Linux in it's current form - but could be edited to work on OSX (PRs welcome).\n\n### shell-attach\nAttach a new terminal to an already running development shell\n\n### shell-mount-jvm\nMount the development shell to the local /tmp directory via [sshfs](http://fuse.sourceforge.net/sshfs.html)\n\n### chrome\nOpens up chrome to the local port that is forwarded for port 8080 on the host.\n\n### emacs\nUses [Xpra](https://www.xpra.org/) to open up emacs as a gui on the host.\n\n### emacs-attach\nIf you get disconnected from [Xpra](https://www.xpra.org/), this will reattach you to the session\n\n### install-ubuntu-dependencies\nInstalls Xpra (version 0.15.7), assuming you are running Ubuntu.\n\n### src-reset\nReset everything back to the original version (last git commit)\n\n## Licence\n\nApache 2.0\n\nThis is not an official Google Product.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkmandel%2Fwrapping-clojure-tooling-in-containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkmandel%2Fwrapping-clojure-tooling-in-containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkmandel%2Fwrapping-clojure-tooling-in-containers/lists"}