-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
48 lines (45 loc) · 1.4 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
site_name: Docker Tutorial - part 1
repo_url: https://github.com/maricaantonacci/docker-tutorial
site_author: Marica Antonacci - [email protected]
theme:
name: material
palette:
primary: teal
accent: green
logo: assets/logo_infn.png
features:
- navigation.sections
- navigation.expand
- navigation.top
- toc.integrate
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tabbed
- admonition
- pymdownx.details
- attr_list
nav:
- Intro:
- Docker info: 'intro/index.md'
- Run your first container: 'intro/hello-world.md'
- Where are Docker images stored?: 'intro/images.md'
- Docker container lifecycle: 'intro/container.md'
- Docker Container manipulation:
- Work with your first container: 'container/manipulation.md'
- Going further:
- Run a dockerized service: 'container/example.md'
- Container networking:
- Bridge mode and port mapping: 'container/networking.md'
- Persistent data:
- Docker volumes and bind-mounts: 'container/volumes.md'
- Docker volume plugins - an example: 'container/volume_plugin.md'
- Summary: 'container/volume_summary.md'
- Environment variables:
- How to pass env variables to a container: 'container/env_vars.md'
- Docker web UI:
- Portainer: 'gui/portainer.md'
copyright: Copyright © 2021 INFN