Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.32 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.32 KB

MIT License

Learning Docker

Description

https://www.linkedin.com/learning/learning-docker-2018/

Follow course to know more about Docker.

Objectives

  • Installing Docker on Mac, Windows, and Linux
  • Understanding the Docker flow
  • Running processes in containers
  • Managing, networking, and linking containers
  • Working with Docker images, volumes, and registries
  • Building Dockerfiles
  • Managing networking and namespaces with Docker
  • Building entire systems with Docker

Local setup

source ./exercise_files/reformat.sh
### check the variable was set correctly 
echo $FORMAT 
  • Run the following command to make sure the Docker installation was good:
docker run hello-world
# should print some info about Docker, including something like: 
# "Hello from Docker!
# This message shows that your installation appears to be working correctly." 

License

This project is licensed under the terms of the MIT License. Please see LICENSE for details.