This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker create \ | |
--name iCloudPD \ | |
--hostname icloudpd \ | |
--network icloudpd_bridge \ | |
--restart=always \ | |
--env user=admin \ | |
--env user_id=1024 \ | |
--env group=administrators \ | |
--env group_id=101 \ | |
--env [email protected] \ |