To Run this application follow the below steps
-
-
-
update the IP.py file with your docker machine IP address.
-
- Reason 1: Docker might be running but it is not exposing the API run
- stop the docker and start with the command mentioned above.
- Reason 2: Your machine might not be rechable on the specifed port
- Try
telnet ipaddress 2375
- example
telnet 1.2.3.4 2375
- If you get a positive response you should be fine
- Try
- List image
- List containers
- List Containers based on Image
- Start containers
- Stop containers
- Run New containers with basic properties like contianer name,host port,continaer port,detached mode.