Unverified Commit 47327cc2 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #61 from skalenetwork/SE-38-improve-docs

SE-38 Improve docs
parents 880a0f65 6bd796a5
......@@ -29,24 +29,12 @@ The sgxwallet server is still in active development and therefore should be rega
The easiest way to try the sgxwallet server is to run a docker container in insecure simulation mode that emulates an SGX processor. Once you are familiar with the server, you can enable sgx on your machine and run it in secure production mode.
Get it with [Docker](https://www.docker.com/):
First install docker-compose if you dont have it [Docker](https://linuxize.com/post/how-to-install-and-use-docker-compose-on-ubuntu-18-04/).
```bash
$ docker pull skalenetwork/sgxwalletsim
```
Then run:
```bash
$ docker run -it --network host --name sgxwalletsim skalenetwork/sgxwalletsim
```
or for detached mode:
Then run sgxwallet using docker compose
```bash
$ docker run -di --network host --name sgxwalletsim skalenetwork/sgxwalletsim
$ cd run_sgx; sudo docker-compose up
```
......
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