Warsaw in docker container. Warsaw is a security module, a.k.a Guardião, for brazilian internet banking. This project is compatible with Banco do Brasil and Caixa Econômica Federal.
- Docker and Docker-Compose of your distro.
You must run Docker using a GNU/Linux distro running Xorg.
Be aware that some installations may run another display server, such as Wayland.
docker run -ti --rm -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v $HOME/.Xauthority --net=host --pid=host --ipc=host docker.io/matsya/banco-do-brasil-firefox
Use docker-compose
to build and run the docker container, rather than docker run
, since environments and volumes are set on docker-compose.yml
.
To build:
docker-compose build banco-do-brasil-firefox
To pulling existing image:
docker-compose pull
To first run:
docker-compose run --name banco-do-brasil-firefox banco-do-brasil-firefox
To other runs:
docker start -i -a banco-do-brasil-firefox
To purge everthing:
docker-compose down --rmi all
To force replace the container:
docker-compose up --force-recreate
The root password is wsbb.