Skip to content

Commit

Permalink
Update outline + last round of minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetazzo committed Apr 26, 2016
1 parent 8e1827a commit feefd4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dockercoins/webui/files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
points.push({ x: s2.now, y: speed });
}
$("#speed").text("~" + speed.toFixed(1) + " hashes/second");
var msg = ("I'm attending the @docker workshop at @neofonie, "
var msg = ("I'm attending the @docker workshop at @scaleconf, "
+ "and my #DockerCoins mining rig is crunching "
+ speed.toFixed(1) + " hashes/second! W00T!");
$("#tweet").attr(
Expand Down
2 changes: 1 addition & 1 deletion prepare-vms/settings/orchestration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ instance_login: docker
instance_password: training

clustersize: 5 # Number of VMs per cluster
pagesize: 15 # Number of cards to print per page
pagesize: 12 # Number of cards to print per page

#background_image: https://myapps.developer.ubuntu.com/site_media/appmedia/2014/12/swarm.png
background_image: http://www.yellosoft.us/public/images/docker.png
Expand Down
9 changes: 5 additions & 4 deletions www/htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@

- Docker for ops
- Backups
- Starting more containers from your container
- Docker events stream
- Attaching labels
- Logs
Expand All @@ -184,18 +185,18 @@
- Hands-on Swarm
- Deploying Swarm
- Cluster discovery
- Building our app on Swarm
- Resource allocation
- Connecting containers with ambassadors
- Setting up Consul and overlay networks
- Multi-host networking
- Using overlay networks with Compose
- Load balancing with overlay networks
- Building images with Swarm
- Deploying a local registry
- Scaling workers

---

## Outline (4/4)

- Here be dragons
- Distributing Machine credentials
- Highly available Swarm managers
- Highly available containers
Expand Down

0 comments on commit feefd4e

Please sign in to comment.