mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 17:21:11 +00:00
The structure of each deck should now be: - title slide - logistics (for live classes) - chat room info (for live classes) - shared/about-slides - */prereqs* (when relevant; mostly k8s classes) - shared/handson - */labs-live (for live classes) - shared/connecting (for live classes) - */labs-async - toc This is more uniform across the different courses (live and async; containers and K8S).
20 lines
807 B
Markdown
20 lines
807 B
Markdown
## Running your own lab environments
|
|
|
|
- If you are doing or re-doing this course on your own, you can:
|
|
|
|
- install [Docker Desktop][docker-desktop] or [Podman Desktop][podman-desktop]
|
|
<br/>(available for Linux, Mac, Windows; provides a nice GUI)
|
|
|
|
- install [Docker CE][docker-ce] or [Podman][podman]
|
|
<br/>(for intermediate/advanced users who prefer the CLI)
|
|
|
|
- try platforms like [Play With Docker][pwd] or [KodeKloud]
|
|
<br/>(if you can't/won't install anything locally)
|
|
|
|
[docker-desktop]: https://docs.docker.com/desktop/
|
|
[podman-desktop]: https://podman-desktop.io/downloads
|
|
[docker-ce]: https://docs.docker.com/engine/install/
|
|
[podman]: https://podman.io/docs/installation#installing-on-linux
|
|
[pwd]: https://labs.play-with-docker.com/
|
|
[KodeKloud]: https://kodekloud.com/free-labs/docker/
|