Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.27 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.27 KB

What is froyok-perforce ?

This is a "fork" of the following Docker image : https://github.com/ambakshi/docker-perforce/tree/master/perforce-server

The goal of this repository is to provides files that allow to build a Docker image ready install a Perfoce server suited for Unreal Engine 4 projects.

What has been changed from the original Docker image ?

Here are the changes that have been made in the bash script :

How to build ?

Use the following steps :

  1. Download the files into an empty folder
  2. Run to build : docker build . -t=froyok-perforce --no-cache
  3. Run to package : docker save froyok-perforce > froyok-perforce.tar

You will end-up with a froyok-perforce.tar file that can be installed on a Docker system. This is compatible with Docker on Synology NAS for example.

For further details see : http://www.froyok.fr/blog/2018-09-setting-up-perforce-with-docker-for-unreal-engine-4