Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 482 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 482 Bytes

docker-octo-bash

A docker container that contains octo.exe

Same as this docker container but bash not powershell

Building

docker-machine start
eval $(docker-machine env)
docker build -t <yourname>/octo-bash .

Upload to docker hub

docker login
docker push <yourname>/octo-bash
docker tag <yourname>/octo-bash:latest <yourname>/octo-bash:$(date +%Y%m%d)
docker push <yourname>/octo-bash:$(date +%Y%m%d)