Difference between revisions of "Process/Docker Workflow"

From PKC
Jump to navigation Jump to search
(Created page with "<syntaxhighlight lang="cpp"> #include <iostream> int m2 (int ax, char *p_ax) { std::cout <<"Hello World!"; return 0; }</syntaxhighlight>")
 
Line 1: Line 1:
<syntaxhighlight lang="cpp">
<syntaxhighlight lang="shell">
#include <iostream>
docker pull localhost:5000/mediawiki:1.1
int m2 (int ax, char *p_ax) {
  std::cout <<"Hello World!";
  return 0;
}</syntaxhighlight>
}</syntaxhighlight>

Revision as of 08:14, 25 July 2021

docker pull localhost:5000/mediawiki:1.1
}