我有一些文本,应该出现在表格之前,但却出现在表格之后。
你知道为什么会发生这种情况吗?
\section{Difference between serverless functions and containers}
Container technology and server-less functions have emerged as technologies that both attempt to achieve the goal of being small self-contained units with one responsibility, but where do they actually differ?
Some of the main differences are
\begin{table}[]
\centering
\begin{tabular}{|l|l|}
\hline
\textbf{Serverless Functions} & \textbf{Container} \\ \hline
Scales automatically & Requires management and orchestration \\ \hline
You can't install software (like Webserver, Appserver) & You can install software \\ \hline
No attached hard disk & Hard Disks attached to nodes \\ \hline
\end{tabular}
\end{table}