Jerome Petazzoni
dd3f2d054f
Merge branch 'swarm-cicd' of git://github.com/BretFisher/container.training into BretFisher-swarm-cicd
2018-10-29 19:46:38 -05:00
Bret Fisher
77046a8ddf
fixed suggestions
2018-10-26 07:51:09 +01:00
Bret Fisher
3ca696f059
size update from docker docs
2018-10-23 16:27:25 +02:00
Bret Fisher
305db76340
more sizing tweaks
2018-10-23 16:27:25 +02:00
Bret Fisher
b1672704e8
clear up swarm sizes and manager+worker setups
...
Lot's of people will have ~5-10 servers, so let's give them more detailed info.
2018-10-23 16:27:25 +02:00
Bret Fisher
35614714c8
added portainer setup and gui options
2018-09-29 16:54:42 +02:00
Bret Fisher
100c6b46cf
oops, updated slide versions
2018-09-29 16:53:59 +02:00
Jerome Petazzoni
fadecd52ee
Replace registry:2 with registry
...
registry used to be registry v1, but now it defaults to v2.
We can therefore drop the tag.
2018-09-28 18:36:29 -05:00
Maxime Deravet
2406e72210
use https to clone git repo
2018-09-22 12:54:43 +02:00
Nicolas Gavalda
0519682c30
Fix small typo
2018-09-18 18:50:41 +02:00
ctas582
1dc07c33ab
Correct typos
2018-06-20 11:19:28 +01:00
Jerome Petazzoni
5bb37dff49
Parametrize git repo and slides URLs
...
We have two extra variables in the slides:
@@GITREPO@@ (current value: github.com/jpetazzo/container.training)
@@SLIDES@@ (current value: http://container.training/ )
These variables are set with gitrepo and slides in the YAML files.
(Just like the chat variable.)
Supercedes #256
2018-05-23 15:27:57 -05:00
Bret Fisher
c8d73caacd
move visualizer to service and stack ( #237 )
2018-05-08 10:51:40 -05:00
Jérôme Petazzoni
05815fcbf3
Merge pull request #240 from BretFisher/settings-update
...
updated versions, renamed files
2018-05-07 13:15:34 -05:00
Jérôme Petazzoni
f526014dc8
Merge pull request #253 from BretFisher/ingress-graphics
...
swarm ingress images and updates
2018-05-05 06:39:13 -05:00
Jérôme Petazzoni
36390a7921
Merge pull request #251 from BretFisher/swarm-3-nodes
...
moving to 3 node swarms by default
2018-05-05 06:35:45 -05:00
Jérôme Petazzoni
999359e81a
Update versions.md
2018-05-05 05:45:40 -05:00
Bret Fisher
38356acb4e
swarm ingress images and updates
2018-05-04 13:00:49 -04:00
Bret Fisher
e49a197fd5
moving to 3 node swarms by default
2018-05-03 23:52:51 -04:00
Bret Fisher
c93edceffe
more new features for swarm
2018-05-02 23:25:12 -04:00
Bret Fisher
1e44689b79
swarm versions
2018-05-02 23:00:55 -04:00
Jérôme Petazzoni
44fc2afdc7
Merge pull request #239 from BretFisher/fix-stack-deploy-cmd
...
reordering stack deploy cmd format
2018-04-25 23:29:58 -05:00
Bret Fisher
9ee7e1873f
reording stack deploy cmd format
2018-04-25 16:33:38 -05:00
Bret Fisher
e21fcbd1bd
remove more unneeded detach=false
2018-04-25 16:26:28 -05:00
Jérôme Petazzoni
05c50349a8
Merge pull request #211 from BretFisher/patch-4
...
add popular swarm reverse proxy options
2018-04-20 02:38:00 -05:00
Jérôme Petazzoni
e985952816
Add colon and fix minor typo
2018-04-20 02:37:48 -05:00
Bret Fisher
cc8e13a85f
silly me, Traefik is golang
2018-04-20 03:07:40 -04:00
Jérôme Petazzoni
21777cd95b
Merge pull request #214 from BretFisher/patch-7
...
we can now add/remove networks from services 🤗
2018-04-19 06:35:09 -05:00
Jérôme Petazzoni
827ad3bdf2
Merge pull request #213 from BretFisher/patch-6
...
product name change 🙄
2018-04-19 06:34:41 -05:00
Jérôme Petazzoni
7818157cd0
Merge pull request #212 from BretFisher/patch-5
...
adding 3rd party registry options
2018-04-19 06:34:22 -05:00
Jérôme Petazzoni
d547241714
Merge pull request #210 from BretFisher/patch-3
...
fix image size via pic css class
2018-04-19 06:31:46 -05:00
Bret Fisher
a7f6bb223a
we can now add/remove networks from services 🤗
2018-04-18 19:11:51 -04:00
Bret Fisher
eb77a8f328
product name change 🙄
2018-04-18 17:50:19 -04:00
Bret Fisher
5a484b2667
adding 3rd party registry options
2018-04-18 17:47:55 -04:00
Bret Fisher
982c35f8e7
add popular swarm reverse proxy options
2018-04-18 17:28:46 -04:00
Bret Fisher
adffe5f47f
fix image size via pic css class
...
make swarm internals bigger!
2018-04-18 17:07:33 -04:00
Bret Fisher
f90a194b86
removed older notes about detach and service logs
...
Since these options have been around nearly a year, I removed some unneeded verbosity and consolidated the detach stuff.
2018-04-18 15:34:04 -04:00
Bridget Kromhout
fd63c079c8
Update namespaces.md
...
typo fix
2018-04-09 11:44:45 -05:00
Jerome Petazzoni
5a81526387
Add two chapters: Helm and namespaces
...
In these chapters, we:
- show how to install Helm
- run the Helm tiller on our cluster
- use Helm to install Prometheus
- don't do anything fancy with
Prometheus (it's just for the
sake of installing something)
- create a basic Helm chart for
DockerCoins
- explain namespace concepts
- show how to use contexts to hop
between namespaces
- use Helm to deploy DockerCoins
to a new namespace
These two chapters go together.
2018-04-09 07:57:27 -05:00
Jerome Petazzoni
cc4d1fd1c7
Slight rewording
2018-03-07 15:47:38 -08:00
Bridget Kromhout
7f72ee1296
Credit to multiple contributors
2018-03-05 15:53:42 -06:00
Bridget Kromhout
5438fca35a
Attribute authorship
2018-03-05 14:34:41 -06:00
Jerome Petazzoni
a8a2cf54a5
Factor out links in separate files
2018-02-27 12:01:53 -06:00
Jerome Petazzoni
d5ba80da55
Replace 'five VMs' with 'a cluster of VMs'
2018-02-27 11:53:01 -06:00
Jerome Petazzoni
e092f50645
Branch out intro/intro.md into per-workshop variants
2018-02-27 09:40:54 -06:00
Jerome Petazzoni
68af5940e3
Script node3 setup as well
2017-12-23 05:00:22 +01:00
Jerome Petazzoni
af5ea2188b
More typos
2017-12-22 22:26:08 +01:00
Jerome Petazzoni
7f23a4c964
Fix minor typos
2017-12-22 22:24:37 +01:00
Jérôme Petazzoni
a7743a4314
Update Engine version
2017-12-20 18:05:52 -06:00
Jérôme Petazzoni
ba74fdc841
Round of update for video content
2017-12-20 00:17:49 -06:00