iperdomo / tmate.clj

A docker container for sharing your clojure code via tmate.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmate.clj

An experiment to share a tmux session code via tmate.io with the benefits of restricting the access to the running container.

The idea comes from Wrapping Clojure Development Tooling in a Containers

Usage

Building

git clone https://github.com/iperdomo/tmate.clj.git && cd tmate.clj
docker build -t <TAG> .

Running

  • Copy the helper bash script script tmate.me in your $PATH
  • Set execution permission chmod a+x tmate.me
  • Move to your Clojure project
  • Execute: tmate.me

License

Apache License 2.0

About

A docker container for sharing your clojure code via tmate.io

License:Apache License 2.0


Languages

Language:Emacs Lisp 39.5%Language:Dockerfile 33.8%Language:Shell 26.8%