-
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.
cicd: merge test files/add network/specify network in readme
- Loading branch information
Showing
3 changed files
with
21 additions
and
42 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -9,7 +9,8 @@ Launch the bot with a volume containing the SSH keys to `/root/.ssh` and an envi | |
Since this container runs [Docker](https://hub.docker.com/_/docker) within itself, it needs to run in privileged mode. | ||
|
||
```sh | ||
docker run --privileged -v ~/.ssh:/root/.ssh -e [email protected] quay.io/pokeapi/updater | ||
docker network create pokeapi | ||
docker run --privileged --network pokeapi --network-alias docker -v ~/.ssh:/root/.ssh -e [email protected] quay.io/pokeapi/updater | ||
``` | ||
|
||
Check the log for failed clones, sometimes <img src="https://veekun.com/dex/media/pokemon/global-link/129.png" alt="Magikarp" height="20"/> times out. | ||
|