Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yurrriq/nix-clojure-docker
Dockerized Clojure app via Nix
https://github.com/yurrriq/nix-clojure-docker
clojure docker example nix web-app
Last synced: 24 days ago
JSON representation
Dockerized Clojure app via Nix
- Host: GitHub
- URL: https://github.com/yurrriq/nix-clojure-docker
- Owner: yurrriq
- Created: 2017-06-18T20:52:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T20:53:48.000Z (over 7 years ago)
- Last Synced: 2024-11-17T07:29:22.670Z (3 months ago)
- Topics: clojure, docker, example, nix, web-app
- Language: Clojure
- Size: 58.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nix-clojure-docker
*Dockerized Clojure app via Nix*
```fish
# build the docker image and run it
make run# in another shell
http :3000
``````http
HTTP/1.1 200 OK
Content-Length: 13
Content-Type: text/plain
Date: Sun, 18 Jun 2017 20:48:03 GMT
Server: Jetty(9.2.z-SNAPSHOT)Hello, world!
```