OSDN Git Service

update
authorhaoyuAThz <haoyu@protonmail.com>
Sat, 14 Apr 2018 10:28:28 +0000 (18:28 +0800)
committerhaoyuAThz <haoyu@protonmail.com>
Sat, 14 Apr 2018 10:28:28 +0000 (18:28 +0800)
Dockerfile

index fdb33ab..a5254d0 100644 (file)
@@ -21,4 +21,7 @@ RUN bytomd init --chain_id testnet
 CMD ["bytomd"]
 
 # sample command
-# docker run -p 9888:9888 bytom:latest bytomd node --web.closed --auth.disable
\ No newline at end of file
+# docker run -p 9888:9888 bytom:latest bytomd node --web.closed --auth.disable
+# docker run -d -p 9888:9888 bytom:latest bytomd node --web.closed --auth.disable
+# docker container ls
+# docker stop [CONTAINER ID]
\ No newline at end of file