I am not able to start a datahub-frontend containe...
# getting-started
s
I am not able to start a datahub-frontend container Could you please help me start it?
m
@breezy-forest-52817
b
If you are starting one locally and not using quickstart you can do
Copy code
DATAHUB_VERSION=debug COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose \
    -f docker-compose.yml \
    -f docker-compose.override.yml \
    -f docker-compose.dev.yml \
    build datahub-frontend
then
Copy code
DATAHUB_VERSION=debug COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose -p datahub up datahub-frontend
oh just saw your picture
it thinks you already have an instanc eup
there should be that RUNNING_PID file in your datahub-frontend directory, just remove that
s
let me check
m
@breezy-forest-52817 which directory, specifically? why is docker looking in the git repo at all?
or is this a file on docker... in which case shouldn't it not exist?
s
I don't see RUNNING_PID file under datahub-frontend
b
oh you're right
it's probably in the docker image so you wouldn't be able to do that
let me take a better look
s
it is working now , I deleted image and ran quick start again . just one question , what is credentials to logon on UI ?
got it user: datahub and passwod : datahub