Result: Docker

Search by: Docker (3)

Installing Docker-Compose on Ubuntu 14.04

Docker-Compose allows you to quickly launch multiple containers with a single command. It uses a special configuration file with a .yml extension. Consider installing Docker-Compose on Ubuntu 14.04.

1704 0

Installing Docker on Ubuntu 14.04

Docker is a very flexible and convenient tool for quickly changing versions of certain software. It allows you to package the application in a separate container. This allows you to keep several versions of the same program on your computer and easily switch between versions. Consider installing Docker on Ubuntu 14.04.

2565 2