Skip to content

NetDocuments-Archive/docker-octo-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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)

About

octo.exe in a bash environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published