blob: 922562162f14120e7d4922ebb4355e97b8ba5fc5 [file] [log] [blame] [view]
Ales Komarek16d97032014-06-14 13:31:57 +02001
2# Docker
3
Ales Komarekad7fffa2014-06-15 08:47:01 +02004Docker is a platform for developers and sysadmins to develop, ship, and run applications. Docker lets you quickly assemble applications from components and eliminates the friction that can come when shipping code. Docker lets you get your code tested and deployed into production as fast as possible.
5
6Docker is supported on the following systems:
7
8* Debian 8.0 Jessie (64-bit)
9* Ubuntu Trusty 14.04 (LTS) (64-bit)
10* Ubuntu Precise 12.04 (LTS) (64-bit)
11* Ubuntu Raring 13.04 and Saucy 13.10 (64 bit)
Ales Komarek16d97032014-06-14 13:31:57 +020012
13## Sample pillar
14
Ales Komarekad7fffa2014-06-15 08:47:01 +020015 docker:
16 host:
Ales Komarek16d97032014-06-14 13:31:57 +020017 enabled: true
Ales Komarek16d97032014-06-14 13:31:57 +020018
19## Read more
20
Ales Komarekad7fffa2014-06-15 08:47:01 +020021* https://docs.docker.com/installation/ubuntulinux/
Ales Komarek16d97032014-06-14 13:31:57 +020022* https://github.com/saltstack-formulas/docker-formula
Ales Komarekad7fffa2014-06-15 08:47:01 +020023