/libradevbox

A Libra.org devbox using docker

Primary LanguageDockerfileMIT LicenseMIT

Libra dockerized !

This is Docker image built to run the official Libra doc sample doc for executing your first transaction on the Libra Blockchain

The docker libradevbox

Quickly start libra cli with single cmd line using docker :

docker run -it mikamboo/libradevbox

Create your own libra docker image

You can build your own image by running

docker build -t libradevbox .

You are free to use as it or customize the Dockerfile.