Skip to content

Pikne-Programy/biedrwise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5