Commit Graph
48 Commits
Author SHA1 Message Date
Jerome Petazzoni 102aef5ac5 Add outline tags to Docker short course 2020-04-26 11:36:50 -05:00
Jerome Petazzoni 7d8fdd43bd Improve exec syntax section 2020-03-02 21:47:58 -06:00
Jerome Petazzoni 7d6ab6974d Big autopilot update
'keys' does not handle special keys (like ^J) anymore.
Instead, we should use `key`, which will pass its entire
argument to tmux, without any processing. It is therefore
possible to do something like:

```key ^C```

Or

```key Escape```

Most (if not all) calls to special keys have been
converted to use 'key' instead of 'keys'.

Action ```copypaste``` has been deprecated in favor
of three separate actions:

```copy REGEX``` (searches the regex in the active pane,
and if found, places it in an internal clipboard)

```paste``` (inserts the content of the clipboard as
keystrokes)

```check``` (forces a status check)

Also, a 'tmux' command has been added. It allows to
do stuff like:

```tmux split-pane -v```
2020-01-18 09:49:18 -06:00
Jerome Petazzoni 5160dd39a0 Add mention to ctr.run 2020-01-14 15:43:00 -06:00
Jérôme PetazzoniandGitHub 148ddd5174 Merge pull request #535 from jpetazzo/slides-docker-pods-anatomy
Slides docker pods anatomy
2019-12-06 22:25:40 +01:00
Jerome Petazzoni e8eb11e257 Tweak Pods Anatomy slides for inclusion in master 2019-12-06 15:19:04 -06:00
Jérôme PetazzoniandGitHub fe9b56572e Merge pull request #534 from jpetazzo/slides-docker-init-systems
Slides docker init systems
2019-12-06 21:38:37 +01:00
Jerome Petazzoni 7281ca3ca0 Tweak content for inclusion in master branch 2019-12-06 14:16:48 -06:00
Julien Girardin b37dd85eff Add Init_system slides 2019-12-06 11:03:48 +01:00
Jérôme Petazzoni 5b488fbe62 Update Installing_Docker.md 2019-11-19 09:35:46 -06:00
Bret Fisher 5749348883 remove deprecated rkt, mention runtimes are different per distro 2019-11-08 00:19:35 -05:00
Jerome Petazzoni 45ea521acd COPY --chown 2019-07-12 14:16:20 -05:00
AJ Bowen 7a63dfb0cf moar wording tweaks 2019-06-09 22:28:17 -07:00
AJ BowenandJerome Petazzoni 79b8e5f2f0 Cherrypick tweaks from @soulshake 2019-06-03 22:35:01 -05:00
AJ Bowen db961b486f wording tweaks 2019-05-27 18:49:04 -05:00
Jerome Petazzoni 9775954b42 Update Ambassador and Service Mesh links 2019-05-23 23:02:12 -05:00
Jerome Petazzoni d4500eff5a Add pets vs cattle explanation 2019-05-23 22:34:50 -05:00
Jerome Petazzoni d3af9ff333 Merge branch 'master' of github.com:jpetazzo/container.training 2019-05-23 17:39:12 -05:00
Jerome Petazzoni c9dc6fa7cb Put exercise slides in proper files 2019-05-23 17:39:00 -05:00
Jérôme PetazzoniandGitHub 485704a169 Update Orchestration_Overview.md 2019-05-23 16:36:05 -05:00
Jérôme PetazzoniandGitHub 72fa8c366b Minor formatting, update official image count 2019-05-23 15:53:27 -05:00
Jerome Petazzoni 8ea4b23530 Fix URL for Swarm content 2019-05-22 22:39:45 -05:00
Arthur Chaloin ddcb02b759 Add convenience script for dev installation on linux 2019-04-15 13:58:16 +02:00
Arthur Chaloin ff111a2610 Remove outdated store.docker.com link 2019-04-15 13:55:09 +02:00
Julien CristauandJerome Petazzoni cde7c566f0 fix typo 2019-04-13 16:54:10 -05:00
Jerome Petazzoni 8b2a8fbab6 Clarify 1-d binpack problem 2019-04-13 16:46:43 -05:00
Jérôme PetazzoniandGitHub f6d154cb84 Merge pull request #427 from diegoquintanav/patch-5
Add information about `.dockerignore`
2019-03-02 01:23:37 +01:00
djalal 8753279603 use HTTPS when possible 2019-02-17 14:49:31 +01:00
djalalandGitHub 42c1a93d5f reflect official product name 2019-02-13 11:10:03 +01:00
djalalandGitHub 8045215c63 squashing couple of typos 2019-02-13 10:58:59 +01:00
Diego QuintanaandGitHub cc071b79c3 Add information about .dockerignore
Because it's useful to know.
2019-01-16 12:21:58 -03:00
Julien CristauandJerome Petazzoni 5c89738ab6 update git clone url for trainingwheels project
Cleartext protocols are so 2017.
2019-01-13 10:27:41 -06:00
Jérôme Petazzoni 893a84feb7 Typo fix 2019-01-13 10:27:16 -06:00
Jérôme PetazzoniandGitHub f807964416 Merge pull request #423 from sylvestre/master
Fix some typos
2019-01-12 15:02:55 +01:00
Sylvestre Ledru 8cd9a314d3 Fix some typos
Found with: codespell -w $(fd md)
2019-01-10 14:55:33 +01:00
Alexandre Buisine ede085cf48 fixes #419 where mobaxterm link is broken 2019-01-09 09:51:37 +01:00
Jerome Petazzoni bc349d6c4d Update ELK instructions
The slides didn't mention to clone the git repo containing
the Compose file for the ELK stack. This is now fixed.

Also, the version numbers were not all correctly set
in this Compose file. Also fixed.
2019-01-08 15:09:11 -06:00
Jerome Petazzoni 80d6b57697 Intro to containers, January 2019 update
This is a bunch of changes that I had staged, + a few
typo fixes after going through the deck to check its readiness.

There are no deep changes; just a few extra slides
(e.g. about Kata containers and gVisor, and about
services meshes) and typo fixes.
2019-01-03 11:06:06 -06:00
djalalandGitHub 6aaa8fab75 refresh auto build slide
refresh section about setting auto build to stay up-to-date with UI changes on hub.docker.com
2019-01-01 23:33:27 +01:00
Jerome Petazzoni b68afe502b Minor formatting/typo edits 2018-10-29 20:38:01 -05:00
Jerome Petazzoni d18cacab4c Merge branch 'win-containers-101' of git://github.com/BretFisher/container.training into BretFisher-win-containers-101 2018-10-29 19:59:53 -05:00
Bret FisherandJérôme Petazzoni 2faca4a507 docker101 fixing titles 2018-10-30 01:53:31 +01:00
Bret FisherandJérôme Petazzoni 657b7465c6 updating bridge network diags 2018-09-29 02:18:03 +02:00
Bret FisherandJérôme Petazzoni 08059a845f remove compose teaser 2018-09-29 02:16:52 +02:00
Bridget KromhoutandGitHub 3016019560 Update Start_And_Attach.md
slight edits for clarity
2018-09-28 08:10:12 -05:00
Bret Fisher 91c835fcb4 adding slide about PowerShell detaching 2018-09-28 00:20:03 -04:00
Bret Fisher d01ae0ff39 initial Windows Container pack 2018-09-27 07:13:03 -04:00
Jerome Petazzoni 018282f392 slides: rename directories
This was discussed and agreed in #246. It will probably break a few
outstanding PRs as well as a few external links but it's for the
better good long term.
2018-08-21 04:03:38 -05:00