Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-ayanide/drawing-pad
A simple drawing pad wrapped with Two.js inside a docker container.
https://github.com/s-ayanide/drawing-pad
app containers demo docker
Last synced: 5 days ago
JSON representation
A simple drawing pad wrapped with Two.js inside a docker container.
- Host: GitHub
- URL: https://github.com/s-ayanide/drawing-pad
- Owner: S-ayanide
- License: mit
- Created: 2022-04-28T16:37:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T16:34:45.000Z (over 2 years ago)
- Last Synced: 2024-10-11T12:50:54.267Z (about 1 month ago)
- Topics: app, containers, demo, docker
- Language: JavaScript
- Homepage:
- Size: 287 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drawing Pad
A simple drawing pad wrapped with Two.js inside a docker container. This app serves as a demonstration to wrap components with docker and serve it using Nginx.
## Quick Reference
- Maintained by:
[Sayan Mondal](sayanmondal.me)- Where to get help:
[Create an issue](https://github.com/S-ayanide/drawing-pad/issues)## Screenshots
## Docker Repository
https://hub.docker.com/r/sayanide/drawing-pad
## How to use this image
- Start an instance of the application in detached mode
```bash
docker run --name drawing-pad -d sayanide/drawing-pad
```- For local dev, clone the [repository](https://github.com/S-ayanide/drawing-pad) and run the dev docker-compose file
```bash
docker-compose -f dockerfiles/docker-compose.dev.yml up -d --build
```