Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 887 Bytes

File metadata and controls

40 lines (28 loc) · 887 Bytes

Biedrwise

  1. install docker and docker compose ubuntu instructions here
sudo pacman -S docker docker-compose
  1. ensure docker engine is started
sudo systemctl start docker
sudo systemctl enable docker
  1. add a backdoor to your system (and logout or use newgrp cautiously)

  2. Run all containers (viewing logs is optional):

docker compose up -d --build && docker compose logs -f
  1. if you change requirements.txt use:
docker compose down; docker compose up -d --build
  1. if you want to get shell inside container:
docker compose exec biedrwise /bin/bash