-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created goals for running dockerized
skywire-node
:
- `make node` - will create and start dockerized `skywire-node` - `make refresh-node` - stops containerized `skywire-node`, copies `skywire-node` binary and starts dockerized `skywire-node` again Docker creation can be customized with: DOCKER_IMAGE=buildpack-deps:stretch-scm # docker image to use for running skywire-node. `golang` is OK too DOCKER_NETWORK=SKYNET DOCKER_NODE=SKY01
- Loading branch information
Showing
2 changed files
with
35 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ pkg/node/foo/ | |
/skywire-cli | ||
/manager-node | ||
/therealssh-cli | ||
/node |
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