chunhualiao / freeCompilerCamp

Goal: a website to automatically train and certify compiler researchers and developers
10 stars 1 forks source link

FreeCC can't start by docker-compose #108

Closed ouankou closed 4 years ago

ouankou commented 4 years ago

After running docker-compose up, there are following errors and the starting failed.

freecc
ouankou commented 4 years ago
  1. The base image of golang should be updated.
    docker pull golang
  2. The old docker storage and network for PWC should be removed.
    cd $HOME/play-with-compiler
    # remove old docker storage and network used by PWC
    docker-compose down --volumes
    # remove old containers
    docker rm pwd l2 haproxy
    # start over
    docker-compose up -d