Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qqpann/lab-dockerfile


https://github.com/qqpann/lab-dockerfile

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# How to use

Thanks:

## build

```
$ export HOST_PORT = `expr 10000 + $UID`
$ make build
```

## run

```
$ HOST_DIR= make run
```

## exec

```
$ make exec
```

**Show jupyter notebook url**

```
$ make notebook-url
```