- install docker(1.3) and fig
fig up
- visit http://your-virtualmachine-ip:6543/foos to see basic CRUD
fig build
to update container after changedrequirements.txt
orDockerfile
fig run app bash
to open a shellfig rm
to clear database
fig up
fig build
to update container after changed requirements.txt
or Dockerfile
fig run app bash
to open a shellfig rm
to clear database