Browse Source

Add a script to run the docker

Ian Goldberg 1 year ago
parent
commit
1ac62c1b5a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      run-docker.sh

+ 3 - 0
run-docker.sh

@@ -0,0 +1,3 @@
+#!/bin/bash
+
+docker run --device /dev/isgx -it pirserver_image bash -c "start-aesmd && exec bash"