Data in containers

Changes to the examples

Commands

docker container run -p 80:80 -v /Users/julian/workspace/docker_examples/html:/usr/share/nginx/html nginx

Sample index.html

<!DOCTYPE html>
<html>
  <body>
    <h1>This is a simple test</h1>
    <p>This is a simple test</p>
  </body>
</html>

Publishing a service

Isolation