forked from prakhar1989/docker-curriculum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated for docker for native and 404 links. fixes prakhar1989#28
- Loading branch information
Showing
6 changed files
with
353 additions
and
523 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<link rel='shortcut icon' href='favicon.ico'/> | ||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> | ||
<meta name="description" content="Learn to build and deploy your distributed applications easily to the cloud with Docker"> | ||
<meta name="author" content="Prakhar Srivastav"> | ||
<meta name="keywords" content="docker, docker tutorial, docker guide, containers, getting started, beginners"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="og:site_name" content="Docker for Beginners"> | ||
<meta property="og:title" content="Docker for Beginners"/> | ||
<meta property="og:type" content="article"/> | ||
<meta property="og:locale" content="en_US"/> | ||
<meta property="og:url" content="http://prakhar.me/docker-curriculum"/> | ||
<meta property="og:description" content="Learn to build and deploy your distributed applications easily to the cloud with Docker"/> | ||
<meta property="og:image" content="https://raw.githubusercontent.com/prakhar1989/docker-curriculum/master/images/logo.png"/> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:site" content="@prakharsriv9"> | ||
<meta name="twitter:creator" content="@prakharsriv9"> | ||
<meta name="twitter:title" content="Docker for Beginners"/> | ||
<meta name="twitter:description" content="Learn to build and deploy your distributed applications easily to the cloud with Docker"/> | ||
<meta name="twitter:image" content="https://raw.githubusercontent.com/prakhar1989/docker-curriculum/master/images/logo.png"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.