Unverified Commit 7a97f9e8 authored by kladko's avatar kladko

Added dockerfile

parent 2ea22737
......@@ -18,3 +18,4 @@ RUN wget --progress=dot:mega -O - https://github.com/intel/dynamic-application-l
cd .. && rm -rf dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b
COPY docker/start.sh ./
ENTRYPOINT ["/usr/src/sdk/start.sh"]
......@@ -17,3 +17,5 @@ RUN wget --progress=dot:mega -O - https://github.com/intel/dynamic-application-l
cd .. && rm -rf dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b
COPY docker/start.sh ./
ENTRYPOINT ["/usr/src/sdk/start.sh"]
......@@ -120,7 +120,7 @@ Enable SGX and install SGX driver on the host machine as described above.
Then run
```bash
sudo docker run -di --network host --device /dev/isgx --device /dev/mei0 --name sgxwallet sgxcontainer ./start.sh
sudo docker run -di --network host --device /dev/isgx --device /dev/mei0 --name sgxwallet sgxcontainer
```
This will run the server in a Docker container named sgxwallet
......@@ -137,7 +137,7 @@ docker start sgxwallet
## Run Docker container in simulation mode
```bash
sudo docker run -di --network host --name sgxwalletsim sgxcontainersim ./start.sh
sudo docker run -di --network host --name sgxwalletsim sgxcontainersim
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment