new trial #Docker
What is Docker and why Docker?
I’ve got a new python project and I haven’t installed python3.7 since I bought new Macbook. So I’m going to try Docker-based development. I’ll install python and postgresql.
Docker is a container platform that allows developer to set independent development environment with “container”. It acts like a virtual machine(not exactly it is though). It handles processes instead of native. 👉This is best thing in docker.
Installation
Now a day, Docker supports ‘docker for mac’ installation and I’ve tried that way.
I also installed Kitematic which is docker graphical interface. It’s very convenient! You can download what you need with only click.


Make a new container in docker.
Before running docker you should create a new folder and install docker in it.
