Giter Club home page Giter Club logo

dockerr_template's Introduction

dockerR_template

This repository host a template to launch a workstation with RStudio server:

  • Folder for notebooks (R Notebooks) to report/develop analysis.
  • Folder for data to host data, files in this folder are not sync to the git repository.
  • Folder for code to host scripts to populate data folder.
  • Container to reproduce workstation environment using docker.

To start

Clone the repository git clone, and populate the data folder

General view of the repository:
|-- .gitignore
|-- LICENSE.md
|-- README.md
|-- docker-compose.yml
|-- code
    |-- script-to-populate-data_dir.sh 
|-- data
    |--.gitignore
|-- docker/
    |--Dockerfile
|-- notebooks
Launch Docker
  1. To use the docker images you first need to install Docker:
  1. Create a .env_dev file with development environment variables
    We want to keep passwords secret, so this file won't be in the repository and the .gitignore has been instructed to ignore it
# random seed for reproducible models
random_seed=42

#database password
db_password=1234
  1. Run docker-compose build --no-cache. This will build the development image with all the packages I defined installed within it.
  2. Run docker-compose up and navigate to your browser to find Rstudio running on http://localhost:8787.
  3. Access it by entering user rstudio and the password local_dev.
  4. Once you are done, remember to shutdown the server and docker
    Go to the terminal and Press Ctrl+C
    docker-compose down

dockerr_template's People

Contributors

mariakmejiaguerra avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.