Giter Site home page Giter Site logo

dock's Introduction

dock is an alternative way to use Docker without Dockerfiles: cd into a dir, type dock and you're inside a new or existing container with the directory mounted into it by default. It should take you 5 minutes max to try and see it works. Report if it's more.

Please refer to the OFFICIAL WEBSITE for clear documentation, guidelines and other information. The website is lightweight (only html & css) and will load faster than this Github page.

Please consider DONATING

INSTALLATION

Download (option 1):

curl https://dock.orion3.space/releases/dock_stable.tgz \
     -o dock_stable.tgz && tar xvzf dock_stable.tgz &&  \
     rm dock_stable.tgz

Download (option 2):

git clone -b stable \
  https://github.com/0rion3/dock.git && cd dock && \
  git submodule init && git submodule update

Run the installation script:

./install

USAGE

# Non-ambigious
dock [IMAGE_NAME] [CONTAINER_NAME]

dock [IMAGE_NAME]     # container name implied
dock [CONTAINER_NAME] # image name implied

dock # both container image and name are implied

This will create/start a container and connect you to it via ssh.

ABOUT THE AUTHOR

Homepage, articles, other projects and contact information can be found here: orion3.space

dock's People

Contributors

0rion3 avatar wd5gnr avatar lucaslarson avatar coolcold avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.