Skip to content

Commit

Permalink
Saving work
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelStott committed Feb 25, 2024
1 parent 035aba8 commit e897c67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions diagrams/docker_architecture.drawio
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<mxfile host="Electron" modified="2023-12-18T23:08:03.377Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/21.2.8 Chrome/112.0.5615.165 Electron/24.2.0 Safari/537.36" etag="yP1RQsX1A9Q1FodabGfA" version="21.2.8" type="device">
<mxfile host="Electron" modified="2024-02-25T20:53:17.490Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/21.2.8 Chrome/112.0.5615.165 Electron/24.2.0 Safari/537.36" etag="DlYvucak-fu6CbGkubZ1" version="21.2.8" type="device">
<diagram name="Page-1" id="W4vNGyYaI7FxQCOn36wm">
<mxGraphModel dx="1038" dy="608" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
Expand Down Expand Up @@ -28,8 +28,8 @@
<mxCell id="GARBAzdv9NtNetveAKvq-17" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.75;entryDx=0;entryDy=0;sketch=1;curveFitting=1;jiggle=2;strokeColor=#9673a6;fontColor=#888888;fillColor=#e1d5e7;" parent="1" source="eiCj1fGub0zI8uFPpaJ1-7" target="eiCj1fGub0zI8uFPpaJ1-14" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="710" y="300" />
<mxPoint x="710" y="319" />
<mxPoint x="670" y="300" />
<mxPoint x="670" y="319" />
</Array>
</mxGeometry>
</mxCell>
Expand All @@ -39,7 +39,7 @@
<mxCell id="GARBAzdv9NtNetveAKvq-18" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.75;entryDx=0;entryDy=0;sketch=1;curveFitting=1;jiggle=2;strokeColor=#9673a6;fontColor=#888888;fillColor=#e1d5e7;" parent="1" source="eiCj1fGub0zI8uFPpaJ1-8" target="eiCj1fGub0zI8uFPpaJ1-17" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="265" y="347" />
<mxPoint x="225" y="347" />
</Array>
</mxGeometry>
</mxCell>
Expand Down
2 changes: 2 additions & 0 deletions web/content/containers/Docker/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ ubuntu image example

#### Container Management

The following are common commands for managing containers in the Docker runtime.

##### docker run

Executes a specified Docker image, opening a new container from it and running the commands or processes within it. This command allows you to interact with the container's filesystem, environment variables, ports, and volumes, making it suitable for running applications or other tasks in a managed and isolated environment.
Expand Down
Binary file modified web/static/images/containers/docker_architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e897c67

Please sign in to comment.