-
Notifications
You must be signed in to change notification settings - Fork 4
Docker Local Development Environments
Syed Sayem edited this page Mar 7, 2019
·
1 revision
Based on your OS, your DOCKER_HOST is different. On Linux, it will simply be your localhost. For Mac/Windows, you should obtain the appropriate IP using the following command:
docker-machine ip default
For example, Selenium hub on Mac
http://192.168.99.100:4545/grid/console
Selenium hub on Linux
http://localhost:4545/grid/console
- 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