mihaipopescu / docker-p4

Perforce docker images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Perforce Images

Perforce docker images inspired by:

The base images have all been switched to baseimage docker for proper zombie process handling and cron usage.

These images are also available on docker hub

Usage

All operations on the images and repositories are encapsulated in the top level Makefile, which internally uses docker compose.

To install and run the full stack on your local computer, type:

$ make [iterate]

To just build the images, simply type:

$ make build

The docker compose file also uses external environment variables to configure itself, e.g. connecting to an LDAP server, so be sure to modify them if you need to.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

License

References

About

Perforce docker images.


Languages

Language:Shell 89.1%Language:Perl 4.5%Language:Dockerfile 3.6%Language:Makefile 1.8%Language:Python 1.0%