Simple Linux Command Line Using Docker

from blog Daniel Mangum, | ↗ original
Docker containers are widely used for developing and running anything from web applications to redis caches. However, they can also be useful for running what can effectively be a light VM (a container operates very differently from a VM, but we are just talking about the use case). I like to use a container for accessing the the Linux command...