#intro-to-docker
Tag
-
Interactive Docker containers
Interactive shell
In this post we are going to create a container we can interact with. We can then have a poke around inside the container and see what it is and how it works.
-
Running a Docker container
Installing Docker
Installing Docker on your machine is required but beyond the scope of this series. Getting Docker up and running is an ever evolving and improving process and anything put here will go stale reasonably quickly. As Docker uses linux kernel features you will need a running linux operating system. Therefore installing Docker on linux is easy, however installing it on Windows and Mac involve running a lightweight linux virtual machine.
-
What is Docker?
Welcome to the first post in ‘Intro to Docker’, a series I’m writing to get beginners started with Docker. Each post in this series will be no more than a 5 minute read and will cover exactly one topic surrounding Docker.