Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
7a97f9e8
Unverified
Commit
7a97f9e8
authored
Jan 21, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added dockerfile
parent
2ea22737
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
Dockerfile
Dockerfile
+1
-0
DockerfileSimulation
DockerfileSimulation
+2
-0
README.md
README.md
+2
-2
No files found.
Dockerfile
View file @
7a97f9e8
...
...
@@ -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"]
DockerfileSimulation
View file @
7a97f9e8
...
...
@@ -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"]
README.md
View file @
7a97f9e8
...
...
@@ -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
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment