Skip to content

Commit 505c9c7

Browse files
committed
Added Docker Description
1 parent 75f88fb commit 505c9c7

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed
16.8 KB
Loading
14.6 KB
Binary file not shown.

documentation/system-requirements/srs.tex

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
OpenCV (Open Source Computer Vision Library) is free for commercial use.
282282
OpenCV is a well-documented and supported Computer Vision library
283283
since it has been available and been developed on for over 15 years at this point.
284-
OpenCV is available in many programming language
284+
OpenCV is available in many programming language
285285
including Python, which was one of the requirements specified by the client.
286286
OpenCV now also supports multi-core hardware acceleration, which will
287287
increase efficiency drastically. \\
@@ -368,11 +368,11 @@
368368
that are considered the norm in the industry.
369369

370370
\cleardoublepage
371-
\begin{minipage}[b]{0.20\linewidth}
371+
\begin{minipage}[b]{0.15\linewidth}
372372
\subsection{\href{https://snyk.io}{Snyk}}
373373
\vspace{5mm}
374374
\end{minipage}
375-
\begin{minipage}[b]{0.80\linewidth}
375+
\begin{minipage}[b]{0.85\linewidth}
376376
\includegraphics[width=1.0cm]{img/snyk.png}
377377
\end{minipage}
378378
Snyk supports testing and monitoring Python projects that have their dependencies
@@ -382,9 +382,20 @@
382382
Hutts verification used several helpful open-source dependencies. However, not all these
383383
dependencies can ensure that they are up to date and secure.
384384
Snyk was used as a support tool to help prevent this problem by probing us the means
385-
to detect and fix any vulnerabilities that could affect the performance or security of our project.
386-
387-
385+
to detect and fix any vulnerabilities that could affect the performance or security of our project.\\
386+
387+
\begin{minipage}[b]{0.18\linewidth}
388+
\subsection{\href{https://www.docker.com}{Docker}}
389+
\vspace{1mm}
390+
\end{minipage}
391+
\begin{minipage}[b]{0.82\linewidth}
392+
\includegraphics[width=1.0cm]{img/docker.png}
393+
\end{minipage}
394+
Docker automates the repetitive tasks of setting up and configuring development environments and allows for
395+
system to be easily deployed to any site and work without hassle\\
396+
397+
Docker is used to deploy the system and ensure that there is always a stable version of Hutts Verfication system
398+
and server.
388399

389400
\cleardoublepage
390401

0 commit comments

Comments
 (0)