[Release] Docker with Mono 4.8

Docker with Mono 4.8

This container is just a simple container based on debian jessie with a working Mono.

/!\ Warning /!\

  • I’m not a fivem developper and this container is not maintain by any fivem developers.
  • This container is for advanced people, do not use it if you don’t know what you’re doing
  • You must have a working fivem server version on the docker host
  • I share this docker because i had a lot of issue with installing mono on debian wheezy, ubuntu etc… so if it can be useful for anyone … :slight_smile:

Usage

Download the container

docker pull btor/fivem-docker

Set run.sh to be executable :

sudo chmod +x path/to/run.sh

Launch the container, be sure to replace path by the full path of your local fivem directory
example: /home/btor/gta5rp:/home (keep the /home at the end, it’s the local docker directory )

docker run -v path:/home -p 30120:30120 -t btor/fivem-docker "./run.sh"

At this time, the container is launched but you’ll have some errors because there is not database linked to the fivem container. If you want to connect your database, you must link this container to your database container ( mariadb, couchdb or whatever ) with --link parameter

Credits

FiveM : http://fivem.net

FiveM Forum : http://forum.fivem.net

Mono Docker: https://github.com/mono/docker

Docker Hub : http://hub.docker.com/r/btor/fivem-docker/

Contact

Twitch: http://twitch.tv/bt0r

Twitter: http://twitter.com/biiitor