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

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

Awesome Lists containing this project

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)