- 1 core / 2 GB RAM / 20 GB SSD
- 1 core / 1 GB RAM / 8 GB
- 1 core / 512 MB RAM / 20 GB SSD
https://www.labnol.org/internet/regular-expressions-forms/28380/
[a-zA-Z\d\s\-\,\#\.\+]+
allow only alphanumeric characters, spaces and few other characters like comma, period and hash symbol in the form input field.
^\d{5,6}(?:[-\s]\d{4})?$
the regex allows ZIP codes in standard formats and it matches both US and Indian pincodes.
| "1ms@docker.1ms.run" | |
| "rat@hub.rat.dev" | |
| "vvvv@proxy.vvvv.ee" | |
| "654876@docker.654876.xyz" | |
| "cattt@docker.cattt.net" | |
| "xuanyuanjingxiang@docker.xuanyuan.me" |