Project

dockerbash

0.0
No commit activity in last 3 years
No release in over 3 years
Sometimes when you are running docker containers, you need to inspect the status of services, files, configurations, this gem provides the ability to log into running containers using a GNU Bourne-Shell and debug the container from another shell
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 10.0
~> 3.0

Runtime

~> 0.7
~> 1.7
 Project Readme

Dockerbash

A very basic command line rubygem that makes easier to execute a bash into running Docker containers.

Sometimes when you are running docker containers, you need to inspect the status of services, files, configurations, this gem provides the ability to log into running containers using a GNU Bourne-Shell and debug the container from another shell.

Requirements

This command line tool has been developed and tested on Gnu/Linux environments, it won't run on Darwin (OS X) systems.

In order to run dockerbash, you must install the package that contains the header files for compiling extension modules for Ruby.

Based on DEB

$ sudo apt-get install build-essential ruby-dev

Based on RPM

$ sudo yum install -y gcc gcc-c++ ruby-devel libxml2 libxml2-devel libxslt libxslt-devel

Installation

Install the gem yourself:

$ gem install dockerbash

Usage

How to run it:

$ dockerbash

Example menu:

       _            _             _               _       
    __| | ___   ___| | _____ _ __| |__   __ _ ___| |___   
   / _` |/ _ \ / __| |/ / _ \  __|  _ \ / _` / __|  _  |  
  | (_| | (_) | (__|   <  __/ |  | |_) | (_| \__ \ | | |  
   \____|\___/ \___|_|\_\___|_|  |____/ \____|___/_| |_|  
                                                          
                                     v.0.1.0  - by m8051  

0. Container:docker_nginx_1 	 Ip:172.17.0.3 	 Ports: 80/tcp -> 8080  
1. Container:docker_php7-fpm_1 	 Ip:172.17.0.2 	 Ports: 9000/tcp -> 9001  
Container?  0
root@2d7083aa1744:/#

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/dockerbash. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.