Explorar el Código

Add a script to run the docker

Ian Goldberg hace 2 años
padre
commit
1ac62c1b5a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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"