# harbor **Try to setup Harbor under Docker with a all-in-one docker-compose.** Setup from : https://hub.docker.com/r/bitnami/harbor-core _Like this:_ ``` curl -LO https://raw.githubusercontent.com/bitnami/containers/main/bitnami/harbor-portal/docker-compose.yml curl -L https://github.com/bitnami/containers/archive/main.tar.gz | tar xz --strip=2 containers-main/bitnami/harbor-portal && cp -RL harbor-portal/config . && rm -rf harbor-portal docker-compose up ``` Update docker-compose.yml with this repository one's.