https://github.com/gaocegege
Docker Engine is Docker
version: '2' services: web: build: . ports: - "5000:5000" volumes: - .:/code - logvolume01:/var/log links: - redis redis: image: redis volumes: logvolume01: {}
Defining and running multi-container Docker applications
Native clustering for Docker
Provisioning and managing your Dockerized hosts
Stateless, highly scalable server side application that stores and lets you distribute Docker images
By gaocegege
Docker安利