Docker Run
Requirements
Docker version >= 19.03.xx
Environment Vars
COCO_HOSTNAMEis base URL of netcocoCOCO_PORTis serve port of netcocoCOCO_DB_HOSTNAMEis URL of databese (SQL)COCO_DB_USERNAMEis username of databeseCOCO_DB_PASSWORDis password of databeseCOCO_DB_NAMEis databese nameCOCO_SEC_SALTis an key of encryption (hex in 32 digit)
Run
With config.yaml file
# docker run -p 8080:8080 -d \ --sysctl net.ipv4.ping_group_range="0 2147483647" \ -v $(pwd)/config.yaml:/netcoco/config.yaml \ quay.io/netcoco-io/netcocoWith environments file
# docker run -p 8080:8080 -d \ --sysctl net.ipv4.ping_group_range="0 2147483647" \ -e <env_name>=<value> \ quay.io/netcoco-io/netcoco
Last updated
Was this helpful?