Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Androecia/FriendConnect-Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING

The software this image is for no longer works on the latest versions
of Minecraft Bedrock Edition. The author no longer maintains FriendConnect, so the container images are being archived.

imageFriendConnect-Docker | Discord

Run FriendConnect through Podman or Docker

Table of Contents

FAQ

  • Q: I see Podman is recommended over Docker. What if I already have Docker installed? Will Podman break anything?
  • A: Don't worry, Podman is completely separate from Docker and can run alongside it without breaking anything. You absolutely can have both on your system.

Get Started

Dependencies

  • You will need Podman (Recommended) or Docker installed. Click on whichever you want, then go to your distribution's instructions.
  • You will also need podman-compose for Podman or docker-compose for Docker (included in the Docker Engine installation)
  • You can install podman-compose with pip
pip install podman-compose

Podman Installation (recommended)

  • Create a folder for this service and go into the directory
mkdir ~/FriendConnect && cd ~/FriendConnect
  • Download the Dockerfile and podman-compose.yml file from this repository
wget https://raw.githubusercontent.com/Androecia/FriendConnect-Container/main/{Dockerfile,podman-compose.yml}
  • Configure the env variables you want, such as adding an xbox account, pointing the IP and Port to your server, etc.
  • Start the service
podman-compose up -d
  • Link your xbox account
podman-compose logs

You're done! Join the Community Discord Server if you have any questions.

Docker Installation

  • Create a folder for this service and go into the directory
mkdir ~/FriendConnect && cd ~/FriendConnect
  • Download the Dockerfile and docker-compose.yml file from this repository
wget https://raw.githubusercontent.com/Androecia/FriendConnect-Container/main/{Dockerfile,docker-compose.yml}
  • Configure the env variables you want, such as adding an xbox account, pointing the IP and Port to your server, etc.
  • Start the service
docker compose up -d
  • Link your xbox account
docker compose logs

You're done! Join the Community Discord Server if you have any questions.

About

FriendConnect as a Docker Compose Stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published