https://github.com/alpha74/docker-guide
Docker intro guide.
https://github.com/alpha74/docker-guide
docker docker-course docker-guide
Last synced: 10 months ago
JSON representation
Docker intro guide.
- Host: GitHub
- URL: https://github.com/alpha74/docker-guide
- Owner: alpha74
- License: gpl-3.0
- Created: 2021-03-02T14:07:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T17:57:38.000Z (over 4 years ago)
- Last Synced: 2025-01-16T04:41:30.300Z (11 months ago)
- Topics: docker, docker-course, docker-guide
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Docker-Guide
### What is:
- [Docker Container and Docker Engine](https://github.com/alpha74/Docker-Manual/blob/main/docs/docker-container-engine.md)
- [Docker Images and Dockerfile](https://github.com/alpha74/Docker-Manual/blob/main/docs/docker-images.md)
- [Layered Image Cache in Docker and .dockerignore](https://github.com/alpha74/Docker-Guide/blob/main/docs/layered-image-cache-and-dockerignore.md)
### How to:
- [Create Official Ubuntu docker container using CLI](https://github.com/alpha74/Docker-Guide/blob/main/docs/create-ubuntu-container-cli.md)
- [Create Docker Image for a Nodejs File Server Application using CLI](https://github.com/alpha74/Docker-Guide/blob/main/docs/create-docker-image-file-server-cli.md)
- [Create Docker Image for a ExpressJs server using CLI](https://github.com/alpha74/Docker-Guide/blob/main/docs/create-expressjs-image-cli.md)