Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Oct 16, 2023
1 parent 6635a76 commit e36b21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sd-lab-containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ \subsubsection{Containers}

\framebreak

\item As soon as \texttt{<cmd>} terminates its execution, the container is teminated too and any side effect applied to its storage is reverted
\item As soon as \texttt{<cmd>} terminates its execution, the container is terminated too and any side effect applied to its storage is reverted

\medskip

Expand Down Expand Up @@ -440,7 +440,7 @@ \subsubsection{Containers}
\item No, Java? So bad. Containers have access to the internet (if the guest does too), so you can install software on them
%
\begin{itemize}
\item[\$] \texttt{apk update ; apk add openjdk11} \hint{\href{https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management}{APK doc here}}
\item[\$] \texttt{apk update ; apk add openjdk17} \hint{\href{https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management}{APK doc here}}
\item[\$] \texttt{java -version ; javac -version}
\end{itemize}

Expand Down

0 comments on commit e36b21b

Please sign in to comment.