More tutorial placeholders
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-02-23 23:12:49 +01:00
parent 72f1c31f71
commit ccec418b8f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
7 changed files with 36 additions and 0 deletions

5
docs/backup-restore.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Back-up and restore an application
---
TODO.

5
docs/git.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Use git to manage your configuration
---
TODO.

5
docs/hardening.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Consider Docker security hardening practices
---
TODO.

5
docs/rollback.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Roll an application back to a previous version
---
TODO.

5
docs/scale.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Scale an application up to handle more traffic
---
TODO.

5
docs/secrets.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Manually load secrets into Docker swarm
---
TODO.

View File

@ -38,6 +38,12 @@ nav:
- Application catalogue: apps.md
- Tutorials:
- Package your first application: package.md
- Use git to manage your configuration: git.md
- Manually load secrets into Docker swarm: secrets.md
- Back-up and restore an application: backup-restore.md
- Consider Docker security hardening practices: hardening.md
- Scale an application up to handle more traffic: scale.md
- Roll an application back to a previous version: rollback.md
- Frequently asked questions: faq.md
- Get in touch: contact.md