Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CodeCube: Runnable Gists

Harry Marr
October 02, 2013

CodeCube: Runnable Gists

Explanation and demo of codecube.io, a runnable code snippet application, built using Docker and Go.

Harry Marr

October 02, 2013
Tweet

More Decks by Harry Marr

Other Decks in Programming

Transcript

  1. FROM base MAINTAINER Harry Marr <[email protected]> RUN apt-get update RUN

    apt-get install -y build-essential python ruby golang-go ADD entrypoint.sh entrypoint.sh ADD run-code.sh run-code.sh ENTRYPOINT ["/bin/bash", "entrypoint.sh"]
  2. #!