February 2018
Intermediate to advanced
200 pages
5h 51m
English
- name: Create volume for docker instance docker_volume: name: first_volume tags: - recipe4
- name: Mount volume to container docker_container: name: myfirstcontainer state: started image: ubuntu:14.04 volumes: - first_volume:/app command: sleep infinity tags: - recipe4
Read now
Unlock full access