Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to LearnDocker

Learn Docker first-timers-only PRs Welcome

🐋About

Docker is an open source containerization platform. It enables developers to package applications into containers - standardized executable components combining application source code with the Operating System (OS) libraries and dependencies required to run that code in any environment. Containers simplify the delivery of distributed applications, and have become increasingly popular as organizations shift to cloud-native development and hybrid multicloud environments (IBM, 2021). This repository will teach you the basics of Docker including:

  • How to create a DockerFile
  • Networking in Docker
  • Understanding Docker Volumes
  • And the basics of running commands with a Docker File

📜Contribution Guidelines

This is an open source repository which means anyone can contribute to make this repository better...hopefully. To ensure that each contribution is an improvement, we ask that you follow a few basic guidelines:

  • First and foremost be polite, you may be an open source veteran who's been in the game for who knows how long, we get it. This isn't your first rodeo. Please use your experience to help others out, we all start somewhere and sometimes a few tips & tricks are all we need to hit the ground running.
  • Second, if you see something, say something. There will always be things to fix, that's just the nature of collaborative work. If you come across a bug, or something that could use a little love, create an issue for it. Give it a descriptive title and add as much detail as you can so that you or whoever then fixes it knows where to start.
  • Third, have some fun. This is a great place to start your open source journey and learn what it means to contribute to larger workflows. And if/when you get stuck, or you simply don't know where to start, checkout Make a Pull Request or First Timers Only for some inspiration.

About

This repository walks you through the basics of using docker.Docker is a set of platform-as-a-service products that use OS-level virtualization to deliver software in packages called containers.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors