Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njuaplusplus/docker-stackedit
dockerfile for stackedit
https://github.com/njuaplusplus/docker-stackedit
Last synced: about 1 month ago
JSON representation
dockerfile for stackedit
- Host: GitHub
- URL: https://github.com/njuaplusplus/docker-stackedit
- Owner: njuaplusplus
- Created: 2015-07-10T09:57:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T10:01:11.000Z (over 9 years ago)
- Last Synced: 2024-08-02T12:42:02.458Z (4 months ago)
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - njuaplusplus/docker-stackedit - dockerfile for stackedit (others)
README
# docker-stackedit
dockerfile for stackedit# Useage
Change the base image in the Dockerfile.
Example `From ubuntu:14.04`Build your image:
```
docker build -t aplusplus/stackedit .
```Run your container:
```
docker run -d -p 3000:3000 aplusplus/stackedit
```You can also see [my blog](http://njuaplusplus.com/post/dockerize-stackedit/).