Deploying Clojure and ClojureScript applications in a Docker container
In this final section, we'll cover deploying our client and server application code in a single Docker container. Containers are a technology that you can use to wrap up a piece of software in a complete filesystem that includes everything it needs to run: application code, a runtime, system tools, system libraries, and so on—anything you might otherwise install on a server. Using container technology provides a way of guaranteeing that your application will always run the same regardless of the underlying environment it is running in.
Today, many cloud infrastructure providers offer products and services that have direct support for Docker. For instance, if you're using Amazon ...
Get Learning ClojureScript now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.