Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • R rookie-training-course
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pub
  • rookie-training-course
  • Wiki
  • docker basics

docker basics · Changes

Page history
Create docker basics authored Nov 28, 2021 by Alex Kuklin's avatar Alex Kuklin
Show whitespace changes
Inline Side-by-side
docker-basics.md 0 → 100644
View page @ 9cfe08ba
Kernel level containers as a way to isolate blocks of code with way less overhead and way more manageability compared to HW-level virtualization.
- Images
- concept
- image data reuse and layers.
- pulling images
- building images, `docker build`
- Docker container
- container as instance
- start, stop, remove
- container status
- Files
- ephimeral filesystem
- diff
- volumes mounting
- files injection/extraction.
- Network
- Network configuration
- L3 networks
- named networks
- service discovery
- host network
- Code in container
- omnibus
- microservice
Clone repository
  • Chat communication
  • GitLab GitHub Bitbucket auth
  • OTP authentication
  • SSH pubkey authentication
  • ansible basics
  • docker basics
  • git concepts
  • Home
  • infrastructure as code concept
  • terraform basics
  • workflow