Unverified Commit 910159da authored by kladko's avatar kladko

SKALE-2077 Fixed Naming

parent 069ec50a
version: '3'
services:
sgxwallet:
image: skalenetwork/sgxwalletsim:latest
image: skalenetwork/sgxwalletsim:latest_commit
ports:
- "1026:1026"
- "1027:1027"
......@@ -14,5 +14,5 @@ services:
max-size: "10m"
max-file: "4"
restart: unless-stopped
command: -s -d -y
command: -t
......@@ -73,8 +73,7 @@ s3.connect((address, 1028))
s1.close()
s2.close()
s3.close()
assert subprocess.call(["docker", "stop", "sgxwallet"]) == 0
assert subprocess.call(["docker", "kill", "sgxwallet"]) == 0
assert subprocess.call(["docker", "rm", "sgxwallet"]) == 0
assert subprocess.call(["rm", "-rf", topDir + "/sgx_data"]) == 0
assert subprocess.call(["docker", "run", "-v", topDir + "/sgx_data:/usr/src/sdk/sgx_data","-ti",
"--name", "sgxwallet", "--network=host", "skalenetwork/" + IMAGE_NAME +":" + TAG_POSTFIX, "-t"]) == 0
\ No newline at end of file
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