Difference between revisions of "Process/Docker Workflow"
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=" | <syntaxhighlight lang="shell"> | ||
docker pull localhost:5000/mediawiki:1.1 | |||
}</syntaxhighlight> | }</syntaxhighlight> |
Revision as of 08:14, 25 July 2021
docker pull localhost:5000/mediawiki:1.1
}