Platform that provides easy APIs to develop, manage and ship applications as containers
// Creating a blueprint
class Person {
constructor(firstName, lastName) {
this.firstName = firstName;
this.lastName = lastName;
}
fullName() {
console.log(`${this.firstName} ${this.lastName}`);
}
}
const batman = new Person('Bruce', 'Wayne');
const robin = new Person('Dick', 'Grayson');
$ docker run
Image
Container
$ docker pull
$ docker run
$ docker run
Registry
Image
https://github.com/alyyousuf7/docker-workshop
Redis
Worker
Voting app
Result app
Database
When: Post lunch
Where: Hall 103
Agenda: Hands on Docker with Angular