Getting started with Docker

1 · rubyflewtoo · July 31, 2020, 7:44 a.m.
Docker, in the beginning, can be overwhelming. Tutorials often focus on creating a complex interaction between Dockerfiles, docker-compose, entrypoint scripts and networking. It can take hours to bring up a simple Rails application in Docker and I found that put me off the first few times I tried to play with it. I think a rapid feedback loop is essential for playing with a piece of technology.If you've never used Docker before, then this is the perfect post for you. I'll start you off on your d...