FUKN (alias for proto-bin)
(AKA. "notdocker")
Supported Apps | Supported? |
---|
Static HTML/CSS/JS | ✅ |
Node.js | Coming Soon |
Python | 🚫 |
Java | 🚫 |
WTF is Fukn?
Getting Started
Create a "proto.json"
Similar to Docker, Proto requires a Proto file, This should be named "proto.json"
and live in your root directory
// proto.json
{
"name": "your-app-namespace-here",
// your build directory here
"build": "build"
}
Push a proto image
fukn push
Pull a proto image
Found a Proto app that you like? Now you can pull it and deploy it too..
fukn pull <namespace-here>
å