Skip to content

ariannasg/learning-docker

Repository files navigation

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.

About

Learning Docker - Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published