-
Run container with RKT
rkt, run ·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, linux, install ·RKT (read Rocket) is a secure and versatile pod-native container engine created by CoreOS. Rkt works very will with Linux
init
systems likesystemd
. It’s daemon-less but can utilize API servers for interactions with other services. -
Run interactive docker container
docker, run, interactive ·You can attach to standard input of the process in the container and interact with it, just like a normal process.
-
Run your first Docker container
docker, linux, run ·If you haven’t installed Docker please look at the previous post.
-
Install Docker on Linux
docker, linux, install ·To install Docker on linux run the following command on terminal: