You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/12/17 03:26:50 UTC

[GitHub] [incubator-superset] gry77 opened a new issue #8849: Can't access localhost after docker installation

gry77 opened a new issue #8849: Can't access localhost after docker installation
URL: https://github.com/apache/incubator-superset/issues/8849
 
 
   I tried to follow the instruction for docker installation, after running "docker-compose up", below is the system output : 
   
   ````
   Building superset
   Step 1/32 : ARG PY_VER=3.6.9
   Step 2/32 : FROM python:${PY_VER} AS superset-py
    ---> 5bf410ee7bb2
   Step 3/32 : RUN mkdir /app         && apt-get update -y         && apt-get install -y --no-install-recommends             build-essential             default-libmysqlclient-dev             libpq-dev         && rm -rf /var/lib/apt/lists/*
    ---> Using cache
    ---> fcb0ba38bae0
   Step 4/32 : COPY ./requirements.txt /app/
    ---> Using cache
    ---> 77d5d6884177
   Step 5/32 : RUN cd /app         && pip install --no-cache -r requirements.txt
    ---> Using cache
    ---> 96ab95e79ff7
   
   Step 6/32 : FROM node:10-jessie AS superset-node
    ---> 48b88f03a78a
   Step 7/32 : RUN mkdir -p /app/superset/assets
    ---> Using cache
    ---> e183894b93ec
   Step 8/32 : COPY ./superset/assets/package* /app/superset/assets/
    ---> Using cache
    ---> 5e495305c396
   Step 9/32 : RUN cd /app/superset/assets         && npm ci
    ---> Using cache
    ---> 98e3c82d76e7
   Step 10/32 : COPY ./superset/assets /app/superset/assets
    ---> Using cache
    ---> b35883f88183
   Step 11/32 : RUN cd /app/superset/assets         && npm run build         && rm -rf node_modules
    ---> Running in 8de8bd63e44e
   
   > superset@0.999.0-dev build /app/superset/assets
   > cross-env NODE_OPTIONS=--max_old_space_size=8192 NODE_ENV=production webpack --mode=production --colors --progress
   
   clean-webpack-plugin: /app/superset/assets/dist has been removed.
   Starting type checking service...
   Using 1 worker with 2048MB memory limit
    92% chunk asset optimization OptimizeCssAssetsWebpackPluginBrowserslist: caniuse-lite is outdated. Please run next command `npm update`
    92% chunk asset optimization TerserPlugin
   ````
   
   When I tried to open http://localhost:8088, it said connection refused.
   
   My docker run on : 
   MacOS Mojave Version 10.14.6
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org