Skip to content

Commit ec6741c

Browse files
committed
updated readme
1 parent 1b49b2a commit ec6741c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dockercon-us/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Some labs will require you to setup virtual machines with Docker installed. You
88

99

1010

11-
## Lab 01. [Docker for Developers](./docker-developer/README.md)
11+
## Lab 01. [Docker for Developers](https://github.com/docker/labs/tree/master/dockercon-us/docker-developer)
1212

1313
Docker for Mac and Docker for Windows are faster, more reliable alternatives to Docker Toolbox for running Docker locally on your Windows or Mac
1414

@@ -21,7 +21,7 @@ In this lab you will:
2121
- Install either Docker for Mac or Docker for Windows
2222
- Deploy a sample Docker application
2323

24-
## Lab 02. [Docker Datacenter](./docker-datacenter/README.md)
24+
## Lab 02. [Docker Datacenter](https://github.com/docker/labs/tree/master/dockercon-us/docker-datacenter)
2525

2626
Docker Datacenter brings container management and deployment services to enterprises with a production-ready platform supported by Docker and hosted locally behind the firewall.
2727

@@ -36,7 +36,7 @@ In this lab you will:
3636
- Deploy a multi-container application
3737
- Use users and teams to implement role-based access control
3838

39-
## Lab 03. [Docker Cloud](./docker-cloud/README.md)
39+
## Lab 03. [Docker Cloud](https://github.com/docker/labs/tree/master/dockercon-us/docker-cloud)
4040

4141
Docker Cloud is Docker's cloud platform to build, ship and run your containerized applications. Docker Cloud enables teams to come together to collaborate on their projects and to automate complex continuous delivery flows. So you can focus on working and improving your app, and leave the rest up to Docker Cloud. Docker Cloud offers a set of services that can be used individually or together for an end-to end solution.
4242

@@ -56,7 +56,7 @@ In this lab you will:
5656
- Build an automated CI/CD pipeline with GitHub and Docker Cloud
5757

5858

59-
## Lab 04. [Docker Native Orchestration](./docker-orchestration/README.md)
59+
## Lab 04. [Docker Native Orchestration](https://github.com/mikegcoleman/labs/tree/master/dockercon-us/docker-orchestration)
6060

6161
In this lab you will try out the new features from Docker engine 1.12 that provide native container orchestration. You will deploy a Dockerized application to a single host and test the application. You will then configure Docker for Swarm Computing and deploy the same app across multiple hosts. You will then see how to scale the application and move the workload across different hosts easily.
6262

0 commit comments

Comments
 (0)