Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hübner, Jan-Ole
lab-containerization
Commits
7c288b22
Commit
7c288b22
authored
Sep 17, 2020
by
Nane Kratzke
Browse files
Aktualisieren README.md
parent
c8161d49
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7c288b22
# lab-containerization
# Lab 05: Containerization
to be done
## Inhalt
-
[
Übung 1: Installation von Docker
](
#übung-1-installation-von-docker
)
-
[
Übung 2: Erstellung von einem Image
](
#übung-2-erstellung-von-einem-image
)
-
[
Übung 3: Image Shrinking
](
#übung-3-image-shrinking
)
-
[
Übung 4: Push von einem Image in eine Registry
](
#übung-4-push-von-einem-image-in-eine-registry
)
-
[
Übung 5: Pipeline zum Bau und Test eines Images
](
#übung-5-pipeline-zum-bau-und-test-eines-umages
)
-
Deployments to Kubernetes
-
Deployments to Serverless Environments
## Übung 01: Installation von Docker
-
[
Installieren
](
https://docs.docker.com/engine/install/
)
Sie Docker für Ihr System:
-
[
Mac
](
https://www.docker.com/products/docker-desktop
)
-
[
Windows
](
https://www.docker.com/products/docker-desktop
)
-
[
Linux
](
https://docs.docker.com/engine/install/
)
-
Prüfen Sie in Ihrer Konsole, ob die Installation erfolgreich war:
```
docker --version
```
Sie sollten eine Ausgabe mit der Versionsnummer und build id bekommen, z.B.:
```
Docker version 19.03.8, build afacb8b
```
## Übung 02: Erstellung von einem Image
## Übung 03: Vergleich von Imagegrößen
## Übung 04: Push von einem Image in eine Registry
## Übung 05: Pipeline zum Bau und Test eines Images
## Quellen und Referenzen
-
[
Docker Playground
](
https://labs.play-with-docker.com/
)
(
Online
Lab)
-
[
Docker Get Started
](
https://docs.docker.com/get-started/
)
-
[
Docker Tutorials and Community Trainings
](
https://www.docker.com/play-with-docker
)
-
[
Best Practices for Writing Dockerfiles
](
https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
)
## Was sollten Sie mitnehmen ...
to be done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment