-
Notifications
You must be signed in to change notification settings - Fork 4
Docker for Linux
Syed Sayem edited this page Mar 10, 2019
·
1 revision
Install script provided by Docker:
curl -sSL https•//get.docker.com/ | sh
If you would like to use Docker as a non-root user, you should now consider adding your user to the “docker” group with something like:
sudo usermod -aG docker your-user
Remember to log out and back in for this to take effect!
- Home
- Docker Installation
-
Getting Started with Docker
- Containers
- Lifecycle
- Starting and Stopping
- Information on Docker Containers, Processes and Performance
- Import / Export (Backup / Restore)
- Executing Commands
- Images
- Lifecycle of Containers (Create, Run, Build, Commit)
- Info
- Cleaning up
- Images Created by Redirection
- Import/Export Container
- Private and Public Registries/Repositories
- Running a Local Registry
- Dockerfile
- Layers
- Links Between Containers
- Volumes
- Docker Volume Lifecycle
- Volume Information
- Exposing Ports
- Security Considerations
- Docker Compose
- Setup CI/CD pipeline with Docker
- Deployment - AWS Elastic Beanstalk
- Running Docker on AWS with Terraform
- Running Docker on AWS EC2
- Deploying AWS Elastic Beanstalk applications with Terraform
- Docker Example Project