This commit is contained in:
@@ -36,7 +36,7 @@ i share: Introduction Container Security and Hardening<br/>
|
||||
|
||||
```
|
||||
|
||||
These slides have been built from commit: a2743fb
|
||||
These slides have been built from commit: 9e893b5
|
||||
|
||||
|
||||
[shared/title.md](""/tree/main/slides/shared/title.md)]
|
||||
|
||||
@@ -37,7 +37,7 @@ Introduction to Containers in an Airgapped Environment<br/>
|
||||
|
||||
```
|
||||
|
||||
These slides have been built from commit: a2743fb
|
||||
These slides have been built from commit: 9e893b5
|
||||
|
||||
|
||||
[shared/title.md](""/tree/main/slides/shared/title.md)]
|
||||
@@ -2722,7 +2722,31 @@ REPOSITORY TAG IMAGE ID CREATED SIZE
|
||||
ubuntu 22.04 1f6ddc1b2547 2 weeks ago 77.8MB
|
||||
```
|
||||
|
||||
.debug[[airgapped/Importing_Images.md](""/tree/main/slides/airgapped/Importing_Images.md)]
|
||||
---
|
||||
|
||||
## Import image on 'secure' system
|
||||
|
||||
Let's pretend that we copied the tar file to this node via secure, approved methodes.
|
||||
Once it is there we can import it.
|
||||
|
||||
```bash
|
||||
$ docker image ls
|
||||
REPOSITORY TAG IMAGE ID CREATED SIZE
|
||||
ubuntu 22.04 1f6ddc1b2547 2 weeks ago 77.8MB
|
||||
|
||||
$ docker load < python_image.tar
|
||||
974e52a24adf: Loading layer 129.3MB/129.3MB
|
||||
b0df24a95c80: Loading layer 29.52MB/29.52MB
|
||||
...
|
||||
30563becc00e: Loading layer 11.64MB/11.64MB
|
||||
Loaded image: python:latest
|
||||
|
||||
$ docker image ls
|
||||
REPOSITORY TAG IMAGE ID CREATED SIZE
|
||||
python latest 0a6cd0db41a4 2 weeks ago 919MB
|
||||
ubuntu 22.04 1f6ddc1b2547 2 weeks ago 77.8MB
|
||||
```
|
||||
.debug[[airgapped/Importing_Images.md](""/tree/main/slides/airgapped/Importing_Images.md)]
|
||||
---
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ Introduction to Helm and friends<br/>
|
||||
|
||||
```
|
||||
|
||||
These slides have been built from commit: a2743fb
|
||||
These slides have been built from commit: 9e893b5
|
||||
|
||||
|
||||
[shared/title.md](""/tree/main/slides/shared/title.md)]
|
||||
|
||||
@@ -39,7 +39,7 @@ Introduction to Kubernetes<br/>
|
||||
|
||||
```
|
||||
|
||||
These slides have been built from commit: a2743fb
|
||||
These slides have been built from commit: 9e893b5
|
||||
|
||||
|
||||
[shared/title.md](""/tree/main/slides/shared/title.md)]
|
||||
|
||||
@@ -40,7 +40,7 @@ Introduction<br/>to Containers<br/>
|
||||
|
||||
```
|
||||
|
||||
These slides have been built from commit: a2743fb
|
||||
These slides have been built from commit: 9e893b5
|
||||
|
||||
|
||||
[shared/title.md](""/tree/main/slides/shared/title.md)]
|
||||
|
||||
@@ -41,7 +41,7 @@ Introduction<br/>to Containers<br/>
|
||||
|
||||
```
|
||||
|
||||
These slides have been built from commit: a2743fb
|
||||
These slides have been built from commit: 9e893b5
|
||||
|
||||
|
||||
[shared/title.md](""/tree/main/slides/shared/title.md)]
|
||||
|
||||
@@ -42,7 +42,7 @@ Triodos Introduction to <br/>Containers and orchestration <br/>with Kubernetes
|
||||
|
||||
```
|
||||
|
||||
These slides have been built from commit: a2743fb
|
||||
These slides have been built from commit: 9e893b5
|
||||
|
||||
|
||||
[shared/title.md](""/tree/main/slides/shared/title.md)]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user