Docker image include perforce server.
docker run --name p4d -p 1666:1666 -t elct9620/perforce
docker -run --name p4d -v $(pwd)/database:/perforce -p 1666:1666 -t elct9620/perforce
Due to default configure is not security, you may want to do below configure.
Before configure, you need to have p4 command.
If you are using MacOSX, you can simple type brew tap homebrew/binary && brew install perforce to install it.
You may need to set perforce port to correctly connect server.
p4 set P4PORT=IP:1666
Note: you need replace IP to your Perforce Server IP Address
p4 configure set dm.user.noautocreate=2
p4 configure set security=1
Content type
Image
Digest
sha256:62a555aae…
Size
52.3 MB
Last updated
about 11 years ago
docker pull elct9620/perforce