Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qqpann/lab-dockerfile
https://github.com/qqpann/lab-dockerfile
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qqpann/lab-dockerfile
- Owner: qqpann
- Created: 2019-10-01T08:18:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T01:40:31.000Z (over 2 years ago)
- Last Synced: 2024-05-01T17:23:28.935Z (8 months ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```