Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/widnyana/docker-intro
https://github.com/widnyana/docker-intro
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/widnyana/docker-intro
- Owner: widnyana
- Created: 2024-03-16T11:46:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T16:41:06.000Z (5 months ago)
- Last Synced: 2024-08-27T18:21:12.503Z (5 months ago)
- Language: Jupyter Notebook
- Size: 490 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Introduction
This repository contains complementary materials for Docker Introduction. See `README.md` of each folder(s) for details
## General Dependencies
- A container runtime, it can be [docker](https://www.docker.com/) or [podman](https://podman.io/)
- [python](https://www.python.org/) `3.11` or newer on your machine.
- [poetry](https://python-poetry.org/docs/#installation) as the dependency management and packaging tool.
- then see `README.md` and `pyproject.toml` on each directories for detailed informations.