This message was deleted.
# platform-toolbox
s
This message was deleted.
d
Nice! And how can I use unikernels made by someone?
i
you can simply do a 'ops pkg load' - this will yank it down and immediately run it locally
d
Oh great, thanks
i
for instance you can try something like this ->
Copy code
➜  ~ ops pkg load eyberg/redis:5.0.5 -p 6379
 100% |████████████████████████████████████████|  [0s:0s]
booting /Users/eyberg/.ops/images/redis-server ...
en1: assigned 10.0.2.15
2:C 17 May 2022 15:18:38.118 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
2:C 17 May 2022 15:18:38.119 # Redis version=5.0.5, bits=64, commit=00000000, modified=0, pid=2, just started
2:C 17 May 2022 15:18:38.122 # Configuration loaded
2:M 17 May 2022 15:18:38.127 * Running mode=standalone, port=6379.
2:M 17 May 2022 15:18:38.128 # Server initialized
2:M 17 May 2022 15:18:38.130 * Ready to accept connections
^Cqemu-system-x86_64: terminating on signal 2 from pid 87457 (<unknown process>)
signal: killed
to run redis locally
d
Eager to participate at your webinar