Ver código fonte

Add a script to run the docker

Ian Goldberg 2 anos atrás
pai
commit
1ac62c1b5a
1 arquivos alterados com 3 adições e 0 exclusões
  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"