Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 1 KB

File metadata and controls

19 lines (18 loc) · 1 KB

Docker

  • Docker contain include: operating system, version-python, package, ...: everything for a your program can be runned at a place orther, just run dockerfile
  • Docker container is completely independent of everything outside and it is like a separate independent computer, and when deleted, everything is lost.
  • Docker equivalent to a virtual machine.
  • Completed docker workshop
    docker

Table content

Example

Run the image on a new instance

Share build

Repo with docker