Giter Site home page Giter Site logo

ungit-docker's Introduction

https://img.shields.io/badge/ungit-docker-blue https://camo.githubusercontent.com/716bbdd0ef8120e6d1fbd05bd50f8dcaa276d8ee10248ca8dde63d08026d3663/68747470733a2f2f62616467652e667572792e696f2f6a732f756e6769742e737667

Usage

Build the image

  1. clone the repository: git clone https://github.com/ottx96/ungit-docker.git
  2. cd into the directory: cd ungit-docker
  3. build the image: docker build -t ungit:latest .

Run the container

docker run -d --rm --name ungit -p [local port]:8448 -v "[git repo]:/git" ungit

Example (run inside git repo)

docker run -d --rm --name ungit -p 8448:8448 -v "$(pwd):/git" ungit

Purpose

I have created this image to help people that aren't familiar with git.
Also, this is meant to be run temporarily from time to time.
The container can be stopped at any time.

Credits / Source

https://github.com/FredrikNoren/ungit

ungit-docker's People

Contributors

ottx96 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

arbal

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.