Skip to content

Releases: odino/rkd

v0.1.0 - Bugs and improvements

18 May 14:23
Compare
Choose a tag to compare
Pre-release
  • added --net option to the up command so that you can specify the networking config for the pod (default: host)
  • fixed naming of the ACIs, now it uses a combination of .rkd path + file contents, so that 2 identical dev.rkd wont conflict

v0.0.2 - Welcome to the CLI!

13 May 09:42
Compare
Choose a tag to compare
Pre-release

Just cd into a directory with dev|prod.rkd files and run rkd up -- it will take care of building the images (if they didn't exist) and run the app.

rkd-darwin-386.gz
rkd-darwin-amd64.gz
rkd-freebsd-386.gz
rkd-freebsd-amd64.gz
rkd-linux-386.gz
rkd-linux-amd64.gz
rkd-windows-386.gz
rkd-windows-amd64.gz

Hello world!

06 May 19:56
Compare
Choose a tag to compare
Hello world! Pre-release
Pre-release
0.0.1

Created a silly-simple build script