Skip to content
Snippets Groups Projects
Commit c100845a authored by Francisco Ruiz's avatar Francisco Ruiz
Browse files

v0.2

parent 3d885f83
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,26 @@
## Website: https://www.bfa.ar/
## Container Repository.
Initial commit.
Bridge Mode:
1. docker network create -d macvlan --subnet=$SubnetID --ip-range=$DHCPpoolToDocker --gateway=$GatewaySubnet -o macvlan_mode=bridge -o parent=$IFACE public_net
2. git clone https://gitlab.bfa.ar/blockchain/nucleo /home/bfa
#git clone https://gitlab.bfa.ar/blockchain/nucleo /home/bfa && chmod 777 -R /home/bfa
3. git clone https://gitlab.bfa.ar/blockchain/container.git /tmp/Docker && docker build -t nucleo:prod /tmp/Docker
4. docker run -it --name nucleo -v /home/bfa/:/home/bfa --net=public_net nucleo:prod
5. Upgrade nucleo:
stop running container
on docker node exec:
git pull /home/bfa
If you want docker NAT mode:
1. git clone https://gitlab.bfa.ar/blockchain/nucleo /home/bfa
2. git clone https://gitlab.bfa.ar/blockchain/container.git /tmp/Docker && cd /tmp/Docker && docker build -t nucleo:prod .
3. docker run -it --name nucleo -P -v /home/bfa/:/home/bfa nucleo:prod
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment