Skip to content

Commit 5b438aa

Browse files
committed
Update readme
1 parent 70ff06c commit 5b438aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,10 @@ some_actor.invoke(
423423
See [Getting Started](https://github.com/eigr/spawn#getting-started) section from the main Spawn repository for more details on how to deploy a Spawn application.
424424

425425
### Packing with Containers
426-
TODO
426+
427+
Spawn is a k8s based runtime and therefore your workloads should be made up of containers.
428+
429+
So all you need to do is create a container with your Python application. There are several tutorials on the internet that can help you with this process and we will not go into detail in this document.
427430

428431
### Defining an ActorSytem
429432

0 commit comments

Comments
 (0)