Skip to content

Commit

Permalink
Removing old Docker files. No longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoffranca committed Nov 16, 2023
1 parent b621d63 commit 89a50c5
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 349 deletions.
3 changes: 0 additions & 3 deletions .dockerignore

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/docker_build.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions composes/generate/Cargo.lock

This file was deleted.

8 changes: 0 additions & 8 deletions composes/generate/Cargo.toml

This file was deleted.

145 changes: 0 additions & 145 deletions composes/generate/src/main.rs

This file was deleted.

22 changes: 0 additions & 22 deletions docker/Dockerfile

This file was deleted.

31 changes: 0 additions & 31 deletions docker/compose.Dockerfile

This file was deleted.

61 changes: 0 additions & 61 deletions docker/localenv.Dockerfile

This file was deleted.

16 changes: 1 addition & 15 deletions docs/launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,4 @@ sysctl -w net.ipv4.tcp_slow_start_after_idle=0

## Running as an application

TBD

## Running as a local testnet (OUTDATED)

You can see localenv.Dockerfile where we build all local configurations and prepare binary file for node

```
DOCKER_BUILDKIT=1 docker image build --no-cache --build-arg nodes=16 . -f docker/localenv.Dockerfile -t localenvc
```

Using docker compose we start 16 nodes

```
docker compose -f composes/docker-compose.local16.yml up
```
TBD

0 comments on commit 89a50c5

Please sign in to comment.