examples icon indicating copy to clipboard operation
examples copied to clipboard

DC/OS examples

Results 74 examples issues
Sort by recently updated
recently updated
newest added

I am attempting to have kong listen on port 80 instead of 8000, and I updated the /usr/local/kong/nginx-kong.conf and Dockerfile to rebuilt the image: server { server_name kong; listen 0.0.0.0:80;...

tail: unrecognized file system type 0x794c7630 for '/opt/spark/dist/logs/spark' The spark-thrift-server fails on deployment with the above error message.

The example says "You should see a webpage similar to this: Welcome to DC/OS....". In reality the default nginx page is shown. From looking at the code this looks correct,...