Categories

docker


linux


install

  • Install RKT on Linux

    RKT (read Rocket) is a secure and versatile pod-native container engine created by CoreOS. Rkt works very will with Linux init systems like systemd. It’s daemon-less but can utilize API servers for interactions with other services.


run


interactive


rkt

  • Run container with RKT

    Using Rkt is very similar to other container engines like Docker, once you have Rkt installed (just the binary, Rkt is daemon less) you can run your first container like this:

  • Install RKT on Linux

    RKT (read Rocket) is a secure and versatile pod-native container engine created by CoreOS. Rkt works very will with Linux init systems like systemd. It’s daemon-less but can utilize API servers for interactions with other services.