All decks
Close
-
AWS 101
-
deck
-
ReactJS - Presentation 21/12/2016
React / Redux
-
Docker containers and Docker+Ansible
-
Restore environment documents pool
AuFS : Another Union File System. Folder A + Folder B = Folder C. Folder A is production documents pool and ReadOnly. Folder B is modifications pool. Folder C is exposed pool. When a development environment is reset, we need to clear Folder B to be isoProd. Here is a short code to do it with Ansible.
-
Atelier Docker+Ansible
A docker container can be stopped for different reasons. When we execute `docker start DOCKER_TAG` in command line, the container runs again with the modifications made before preserved. Ansible has a docker module with "finite states" but none of them just do a START. Here is a quick ansible task to start a stopped docker container