↳
In-reply-to
»
My proof-of-concept Container as a Service (CAS or CaaS) is now up and running. If anyone wants to have a play? π€ There's still heaps to do, lots of "features" missing, but you can run stuff at least π
β€ Read More
@prologic@twtxt.net hmm, now I get this:
$ ssh -p 2222 -i PRIVATE_GITHUB_KEY GITHUB_USERNAME@cas.run add | sh
sh: 135: docker: not found
The quickstart says:
## Quick Start
ssh -p 2222 cas.run add | sh
so thatβs why I tried this command (I had to modify it with my key and username like before)
Edit: π€¦ββ and thatβs becasue I donβt have docker
on this machine. Sorry about that, false alarm.