This is Docker image built to run the official Libra doc sample doc for executing your first transaction on the Libra Blockchain
Quickly start libra cli with single cmd line using docker :
docker run -it mikamboo/libradevbox
You can build your own image by running
docker build -t libradevbox .
You are free to use as it or customize the Dockerfile.