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
fdd3c441
Unverified
Commit
fdd3c441
authored
Jun 20, 2020
by
Chadwick Strange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix formatting
parent
b2d3a68d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
+17
-7
run-in-hardware-mode.md
docs/run-in-hardware-mode.md
+17
-7
No files found.
docs/run-in-hardware-mode.md
View file @
fdd3c441
...
...
@@ -70,22 +70,30 @@ If not, confirm that the SGX device drivers are correctly configured to the mach
To run the server as a daemon, do
sudo docker-compose up -d
```
bash
sudo
docker-compose up
-d
```
To stop/start the server do
sudo docker-compose stop
sudo docker-compose start
```
bash
sudo
docker-compose stop
sudo
docker-compose start
```
To view server logs do
sudo docker-compose logs
```
bash
sudo
docker-compose logs
```
To upgrade sgxwallet to a different version:
1.
First stop the container:
sudo docker-compose stop
```
bash
sudo
docker-compose stop
```
2.
Edit
`docker-compose.yml`
with the appropriate container tag:
...
...
@@ -95,8 +103,10 @@ image: skalenetwork/sgxwallet:<TAG>
3.
Pull and start the container:
sudo docker-compose pull
sudo docker-compose up
```
bash
sudo
docker-compose pull
sudo
docker-compose up
```
## Logging
...
...
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