https://github.com/PawanRamaMali/R-Plumber-with-Docker-compose
R Plumber with Docker compose
https://github.com/PawanRamaMali/R-Plumber-with-Docker-compose
Last synced: 4 months ago
JSON representation
R Plumber with Docker compose
- Host: GitHub
- URL: https://github.com/PawanRamaMali/R-Plumber-with-Docker-compose
- Owner: PawanRamaMali
- License: mit
- Created: 2022-03-14T17:09:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T17:10:59.000Z (about 3 years ago)
- Last Synced: 2024-08-13T07:11:14.225Z (8 months ago)
- Language: R
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - PawanRamaMali/R-Plumber-with-Docker-compose - R Plumber with Docker compose (R)
README
# rplum
R Plumber with Docker Demo## File descriptions:
- `app.R` describes the endpoints of the server and respective request handler functions
- `server.R` sets up the server environment with plumber
- `Dockerfile` describes the setup of the docker container used to run the app## Common Docker Commands :
```
$ docker images // To view install images
$ docker rmi // To remove an installed image$ docker ps -a // To view all docker containers
$ docker stop // To stop a docker container
$ docker rm // To remove a docker container$ docker exec -it bash // Execute into container and run bash
```## Contributing
PR's are welcome !
Found a Bug ? Create an Issue.
## Like this project ?
Leave a ⭐ If you think this project is cool.
## Author
* Pawan Rama Mali
* [GitHub](https://github.com/PawanRamaMali)
* [Twitter](https://twitter.com/PawanRamaMali)## Licence
* [MIT License](LICENSE)