ENV Variables - These will make sense once you get into the Installation Part of the process.
ENV & ARG | Value | Description |
---|---|---|
CDT_BINARY | url of deb url |
CDT DEB release url |
The first step is to buld the docker container from github
- CDT_BINARY - Specify the DEB file you want to install.
To build it:
docker build git@github.com:ankh2054/eosio-cdt.git \
-t eosio-cdt.version \
--build-arg CDT_BINARY=https://github.com/eosio/eosio.cdt/releases/download/v1.6.3/eosio.cdt_1.6.3-1-ubuntu-18.04_amd64.deb
To run it:
docker run --name eosio-cdt.16.3 -d eosio-cdt.version:latest