swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.14k stars 104 forks source link

Allow docker access in archiver plugin #379

Closed fabianfett closed 5 days ago

fabianfett commented 5 days ago

Allow plugin to use unix domain socket to interact with docker. This should eliminate the use of --disable-sandbox for "normal" docker installs (unchanged docker context).

sebsto commented 5 days ago

I would rather first land https://github.com/swift-server/swift-aws-lambda-runtime/pull/368 before tackling this one.

Also, this one should include a slight change in the README and not include changes in LambdaRuntime. Let's try to have one PR/commit per subject.

May I close it and open a separate one once #368 is merged ?

sebsto commented 5 days ago

Closing in favour of a combined README / code change that I will submit shortly