https://github.com/excamera/containersupport
Support to run pipeline on containers
https://github.com/excamera/containersupport
Last synced: about 1 year ago
JSON representation
Support to run pipeline on containers
- Host: GitHub
- URL: https://github.com/excamera/containersupport
- Owner: excamera
- Created: 2016-05-11T00:08:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T07:03:30.000Z (almost 10 years ago)
- Last Synced: 2025-01-08T12:13:17.329Z (about 1 year ago)
- Language: Python
- Size: 41.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. https://docs.docker.com/linux/step_one/
2. Add yourself to docker group : sudo usermod -aG docker kvasukib
3. check docker is running : sudo service docker status
4. docker run hello-world : To check if docker is working correctly
To Run the script:
python dockerInterface.py --zip grayscaleLambda.zip --name grayscaleLambda --cmd "python ./lambdaMain.py MM.mp4 MM.mp4" --image "ubuntu:14.04"
To Run the server:
python runServer.py