Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,16 @@ dockerized <command>

## Installation

- Install [Docker](https://docs.docker.com/get-docker/)
- Clone this repo anywhere: `git clone git@github.com:datastack-net/dockerized.git`
- Make sure [Git](https://git-scm.com/downloads), and [Docker](https://docs.docker.com/get-docker/) has installed on your machine.
- Clone this repo anywhere by using
```shell
git clone git@github.com:datastack-net/dockerized.git
```
- Add the `bin` directory to your path
```bash
# In the linux systems
export PATH=$PATH:`pwd`/bin
```

## Usage

Expand Down Expand Up @@ -153,4 +160,3 @@ As an alternative, you can create a `dockerized.env` file in the current directo
- It's not currently possible to access parent directories. (i.e. `dockerized tree ../dir` will not work)
- Workaround: Execute the command from the parent directory. (i.e. `cd .. && dockerized tree dir`)
- Commands will not persist changes outside the working directory, unless specifically supported by `dockerized`.
-
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.