This commit is contained in:
2021-10-29 08:14:23 +01:00
parent c0879efa7f
commit 01b6c2baac
16 changed files with 496 additions and 16 deletions

View File

@@ -1,5 +1,19 @@
# fbpkg
# Tupperware
- create config.tw
- tw job validate
- tw sandbox interactive <config.tw>
- tw sandbox start <config.tw>
- tw sandbox resolve <- without config>
- tw sandbox interactive \<config.tw>
- tw sandbox start \<config.tw>
- tw sandbox resolve # This will list running containers?
- tw sandbox stop \<task handle>
- tw job start \<config.tw> # Push to prod?
- tw ssh \<task handle> # ssh to running container
- tw log --tail --file stderr \<task handler>
[Hands-on Lab](https://www.internalfb.com/intern/wiki/Tupperware-bootcamp-handson-lab/)
# Deployment to prod