lambda-docker icon indicating copy to clipboard operation
lambda-docker copied to clipboard

Event-driven code runtime like AWS Lambda service

Results 5 lambda-docker issues
Sort by recently updated
recently updated
newest added

1.Run container by command:docker run -d -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp -p 8080:8080 tobegit3hub/lambda-docker 2.open browser,visit :http://10.110.13.31:8080/ 3.edit python2.7 shell,then error occurs Question:did i need to config my docker daemon?

I got this error: at / 500 Server Error: Internal Server Error ("{"message":"Invalid bind mount spec \":/tmp:rw\": Invalid volume specification: ':/tmp:rw'"}") when run in container, the same in host, host...

I got this error: at / Error while fetching server API version: ('Connection aborted.', error(2, 'No such file or directory')) Python /usr/local/lib/python2.7/dist-packages/docker/client.py in _retrieve_server_version, line 123 Web POST http://0.0.0.0:8080/

Now we have `test.py` to invoke the lambda service directly. This file would be much better to be placed in `test` directory.

enhancement

We have added favicon for lambda-docker dashboard but it doesn't work. Maybe we should check the path of image file or test after cleaning the cache.

bug