Namdak Tonpa 9 years ago
parent
commit
c7506fdc11
2 changed files with 10 additions and 1 deletions
  1. 10 1
      doc/bundles.tex
  2. BIN
      mad

+ 10 - 1
doc/bundles.tex

@@ -1,6 +1,5 @@
 \section{Bundles}
 
-
 \subsection{Single-file SCRIPT Bundles}
 
 The key feature of mad is ability to create single-file bundled web sites.
@@ -129,6 +128,16 @@ Run it:
 \end{lstlisting}
 \vspace{1\baselineskip}
 
+\subsection{Docker-compatible RUNC Containers}
+
+Creating runc-complatible container is simple:
+
+\vspace{1\baselineskip}
+\begin{lstlisting}
+    # mad release runc sample
+\end{lstlisting}
+\vspace{1\baselineskip}
+
 \subsection{Makefiles with OTP.MK}
 
 OTP.MK is a tiny 50 lines Makefile that allows to start your set

BIN
mad