forked from SatoshiPortal/cyphernode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker image is now based on debian, because of usb support
- Loading branch information
1 parent
0e15de5
commit c1dabef
Showing
5 changed files
with
40 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env bash | ||
# TODO: get it working without --privileged | ||
docker run -p 9823:9823 -it --privileged --rm --device /dev/usb/hiddev0 cyphernode/ckbunker:latest 0:0 bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env bash | ||
# TODO: get it working without --privileged | ||
docker run -p 9823:9823 --privileged --rm --device /dev/usb/hiddev0 cyphernode/ckbunker:latest 0:0 ckbunker run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env sh | ||
|
||
su-exec tor tor & | ||
su-exec $@ | ||
gosu debian-tor tor & | ||
gosu $@ |
This file was deleted.
Oops, something went wrong.