-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker image to use archway-dev (#493)
- Loading branch information
Showing
7 changed files
with
21 additions
and
21 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
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 |
---|---|---|
|
@@ -110,7 +110,7 @@ Docker | |
::highlight-card | ||
|
||
```bash | ||
docker run --rm -it -v ~/.archway:/root/.archway ghcr.io/archway-network/archwayd:$$archwayVersion$$ \ | ||
docker run --rm -it -v ~/.archway:/root/.archway ghcr.io/archway-network/archwayd-dev:$$archwayVersion$$ \ | ||
start \ | ||
--p2p.seeds Address1@Host_Name_OR_IP1:PORT1, ...AddressN@Host_Name_OR_IPN:PORTN \ | ||
``` | ||
|
@@ -148,7 +148,7 @@ Docker | |
::highlight-card | ||
|
||
```bash | ||
docker run -v ${HOME}/.archway:/root/.archway -p 9091:9091 -p 9090:9090 -p 26656:26656 -p 26657:26657 -p 1317:1317 ghcr.io/archway-network/archwayd:$$archwayVersion$$ \ | ||
docker run -v ${HOME}/.archway:/root/.archway -p 9091:9091 -p 9090:9090 -p 26656:26656 -p 26657:26657 -p 1317:1317 ghcr.io/archway-network/archwayd-dev:$$archwayVersion$$ \ | ||
start \ | ||
--p2p.seeds [email protected]:26656 | ||
``` | ||
|
@@ -185,7 +185,7 @@ Docker | |
::highlight-card | ||
|
||
```bash | ||
docker run -v ${HOME}/.archway:/root/.archway -p 9091:9091 -p 9090:9090 -p 26656:26656 -p 26657:26657 -p 1317:1317 ghcr.io/archway-network/archwayd:$$archwayVersion$$ \ | ||
docker run -v ${HOME}/.archway:/root/.archway -p 9091:9091 -p 9090:9090 -p 26656:26656 -p 26657:26657 -p 1317:1317 ghcr.io/archway-network/archwayd-dev:$$archwayVersion$$ \ | ||
start \ | ||
--p2p.seeds [email protected]:26656 | ||
``` | ||
|
@@ -312,7 +312,7 @@ After=network-online.target | |
[Service] | ||
User=$USER | ||
ExecStart=/usr/bin/docker run --rm -it -v ~/.archway:/root/.archway | ||
ghcr.io/archway-network/archwayd:$$archwayVersion$$ | ||
ghcr.io/archway-network/archwayd-dev:$$archwayVersion$$ | ||
Restart=always | ||
RestartSec=3 | ||
LimitNOFILE=4096 | ||
|
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 |
---|---|---|
|
@@ -339,7 +339,7 @@ Docker | |
::highlight-card | ||
|
||
```bash | ||
docker run -v ${HOME}/.archway:/root/.archway -p 9091:9091 -p 9090:9090 -p 26656:26656 -p 26657:26657 -p 1317:1317 ghcr.io/archway-network/archwayd:$$archwayVersion$$ \ | ||
docker run -v ${HOME}/.archway:/root/.archway -p 9091:9091 -p 9090:9090 -p 26656:26656 -p 26657:26657 -p 1317:1317 ghcr.io/archway-network/archwayd-dev:$$archwayVersion$$ \ | ||
start \ | ||
--p2p.seeds [email protected]:26656 | ||
``` | ||
|
@@ -371,7 +371,7 @@ Docker | |
::highlight-card | ||
|
||
```bash | ||
docker run -v ${HOME}/.archway:/root/.archway -p 9091:9091 -p 9090:9090 -p 26656:26656 -p 26657:26657 -p 1317:1317 ghcr.io/archway-network/archwayd:$$archwayVersion$$ \ | ||
docker run -v ${HOME}/.archway:/root/.archway -p 9091:9091 -p 9090:9090 -p 26656:26656 -p 26657:26657 -p 1317:1317 ghcr.io/archway-network/archwayd-dev:$$archwayVersion$$ \ | ||
start \ | ||
--p2p.seeds [email protected]:26656 | ||
``` | ||
|
@@ -475,7 +475,7 @@ After=network-online.target | |
[Service] | ||
User=$USER | ||
ExecStart=/usr/bin/docker run --rm -it -v ~/.archway:/root/.archway | ||
ghcr.io/archway-network/archwayd:$$archwayVersion$$ | ||
ghcr.io/archway-network/archwayd-dev:$$archwayVersion$$ | ||
Restart=always | ||
RestartSec=3 | ||
LimitNOFILE=4096 | ||
|
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 |
---|---|---|
|
@@ -164,7 +164,7 @@ Docker | |
::highlight-card | ||
|
||
```bash | ||
docker run -v ${HOME}/.archway:/root/.archway -p 9091:9091 -p 9090:9090 -p 26656:26656 -p 26657:26657 -p 1317:1317 ghcr.io/archway-network/archwayd:$$archwayVersion$$ \ | ||
docker run -v ${HOME}/.archway:/root/.archway -p 9091:9091 -p 9090:9090 -p 26656:26656 -p 26657:26657 -p 1317:1317 ghcr.io/archway-network/archwayd-dev:$$archwayVersion$$ \ | ||
start \ | ||
--p2p.seeds [email protected]:26656 | ||
``` | ||
|
@@ -269,7 +269,7 @@ After=network-online.target | |
[Service] | ||
User=$USER | ||
ExecStart=/usr/bin/docker run --rm -it -v ~/.archway:/root/.archway | ||
ghcr.io/archway-network/archwayd:$$archwayVersion$$ | ||
ghcr.io/archway-network/archwayd-dev:$$archwayVersion$$ | ||
Restart=always | ||
RestartSec=3 | ||
LimitNOFILE=4096 | ||
|
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