to upgrade
Ideas from books, articles & podcasts.
created 6 ideas
Docker is a very powerful tool for development and code deployment. This is what you’re missing to take it to the next level!
📖 Research
STASHED IN:
375 reads
Docker is an open source containerization toolkit which enables developers to package applications into containers.
As the name suggests, Docker is like a container ship which provides means to sort, link, manage and ship containers from a d...
Think like a Virtual Machine but:
Where containers differ from VMs is the fact that they take advantage of the Linux kernel which comes with pro...
Containers don’t come with the weight of a full OS image and a hypervisor.
Containers include only OS processes and dependencies necessary to execute the code inside them.
Containers occupy less space(MBs not GBs) which means you can run multiple copies of the same ap...
Docker enhances the native Linux containerization technologies which enables:
DockerFile - every container has one and states the instructions for building the container’s image. It consists in command-line instructions;
Docker images - contains executable source code, libs and dependencies the code needs; Read-only ...
On the same host:
On different hosts:
Yo...
15 Reactions
2 Comments
created 3 ideas
So you started development using a Docker architecture but you don’t know how to scale and deploy?
7
Comment
87 reads
created 7 ideas
Chapter 3 How to influence people and friends
1
Comment
283 reads
❤️ Brainstash Inc.