An open API service indexing awesome lists of open source software.

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

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