Docker Machine

Use the following instructions to install sensitivity.io using our Docker Machine.

Note: Do not use this machine in production, it was built just for demo purposes.

Note

For any problems installing sensitivity.io, see the installation guides.

1. Docker Installation

If you need to set up Docker, then in one-line:

1
 docker run --name sensitivity.io -d --publish sensitivity.io/sensitivity-machine

2. Updating Docker Machine

To delete your existing Docker machine and run a new version use:

1
2
 docker stop sensitivity-machine
 docker rm -v sensitivity-machine

3.Accessing Your Docker Container

  • If you wish to gain access to a shell on the container use:
1
 docker exec -ti sensitivity-machine /bin/bash