-
-
Notifications
You must be signed in to change notification settings - Fork 128
Advanced Installation for Docker
League of Poro edited this page Feb 8, 2023
·
6 revisions
This guide is aimed to users that wish to run the CapsuleFarmerEvolved on an Android device. Please note that non-Windows users are not officially supported and may not receive support. For any issues that you may encounter, please open an issue on GitHub. If you are able to fix the issue yourself, please open a pull request instead!
- Docker
Create a config.yaml
file in the folder you want your docker files to exist in.
Edit the /path/to/config.yaml
to the absolute path to your configuration file.
Run the container in the background:
docker run -it --restart unless-stopped --name CapsuleFarmer -d -v /path/to/config.yaml:/config/config.yaml leagueofporo/capsulefarmer:master
Attach to the container to check it by using docker attach CapsuleFarmer
If you want to build the image locally:
- Clone this repo and move to it's direcotry
- Build the image:
docker build -t capsulefarmerevolved .
- Edit the
/path/to/config.yaml
to absolute path to your configuration file and run the container in the background:
docker run -it --restart unless-stopped -d -v /path/to/config.yaml:/config/config.yaml capsulefarmerevolved
Need help? Join our Discord: https://discord.gg/ebm5MJNvHU and locate the #capsule-farmer-help channel!
- Home
- Getting Started
- Frequently Asked Questions
- Troubleshooting
- Latest Release
- @League of Poro