or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
tags:
Week 19
W19D1
Docker Intro and Week 19 Roadmap
Week 19 topics
Docker Containers & Images (Tuesday)
AWS (Wednesday)
Group Project Practice (Thursday)
Project Begins! (Friday)
What is Docker?
Docker is a platform that allows for development and deployment of software in packages called containers.
Docker containers
How does Docker work?
Part 1: Your Computer
How does Docker work?
Part 2: Why not use a VM?
VM Visualization
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →How does Docker work?
Part 3: Docker containers
Docker Visualization
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Virtual Machine vs Docker
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Cool… but why are we learning about Docker?
Group Project Planning
We will have time allotted each day this week to work on group project planning!
Use schedule from
Section-2-Resources/Module-6-Resources/group_project_resources/Flask-Group-Project.md
to help guide your planning this week.You will be required to have 4 features for this project, 2 full CRUD and 2 partial CRUD
Today's itinerary [1/2]
Docker introduction
Docker installation (if not already installed):
docker container run --rm hello-world
Today's itinerary [2/2]
Start meeting with your groups and project planning!