Containerization
Containerization#
{"description": "Containerization simplifies packaging and shipping code so that it works nominally on different setups.", "keywords": "containerization, docker, duckietown"}
Containerization is a method of isolating software together with its dependencies. It is useful for reproducibility, transportability and standardization of interfaces. The containerization software used in Duckietown is called Docker.