Skip to content

Commit a547f94

Browse files
committed
add not about docker by default in readme
1 parent c17cb6c commit a547f94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ $ npm i -D serverless-rust
3030
```
3131
💡The `-D` flag adds it to your development dependencies in npm speak
3232

33-
3433
💡 This plugin assumes you are building Rustlang lambdas targeting the AWS Lambda "provided" runtime. The [AWS Lambda Rust Runtime](https://github.com/awslabs/aws-lambda-rust-runtime) makes this easy.
3534

3635
Add the following to your serverless project's `serverless.yml` file
@@ -61,6 +60,8 @@ functions:
6160
6261
> 💡 The Rust Lambda runtime requires a binary named `bootstrap`. This plugin renames the binary cargo builds to `bootstrap` for you. You do **not** need to do this manually in your `Cargo.toml` configuration file.
6362

63+
The default behavior is to build your lambda inside a docker container. Make sure you have a docker daemon running if you are not opting into the dockerless mode.
64+
6465
## 🖍️ customize
6566

6667
You can optionally adjust the default settings of the dockerized build env using

0 commit comments

Comments
 (0)