Giter Site home page Giter Site logo

josenaldo / caderno-estatistica Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 36.04 MB

Estudo de estatística

Home Page: https://josenaldo.github.io/caderno-estatistica

HTML 36.25% Dockerfile 0.28% Ruby 4.43% CSS 54.96% JavaScript 1.77% Python 2.31%
estatistica probabilidade curso caderno

caderno-estatistica's Introduction

Estudo de Estatística

Comandos úteis

Construção da imagem

Para construir a imagem do contêiner, usamos o comando abaixo, na pasta do projeto.

docker build -t caderno-estatistica .

Execução do contêiner

Criar, dentro da pasta do projeto, a pasta vendor/bundle

Então, executar o contêiner com o seguinte comando:

Docker desktop:

docker run --rm -it -v "d:\repositorios\caderno-estatistica:/srv/jekyll" -v "d:\repositorios\caderno-estatistica\vendor\bundle:/usr/local/bundle" -p 4000:4000 -p 35729:35729 --name caderno-estatistica caderno-estatistica bash

Docker Toolbox:

docker run --rm -it -v "/d/repositorios/caderno-estatistica:/srv/jekyll" -v "/d/repositorios/caderno-estatistica/vendor/bundle:/usr/local/bundle" -p 4000:4000 -p 35729:35729 --name caderno-estatistica caderno-estatistica bash

Pra executar o servidor de desenvolvimento

Executa o servidor do jekyll.

jekyll serve --watch --force-polling --livereload

Após a execução do jekyll serve, verifique, no Kitematic, qual a o IP para acessar o container ou execute, no terminal do host, o comando docker-machine ip. O endereço para acesso é http://IP_DO_DOCKER_MACHINE/caderno-estatistica

Conectando num container que está rodando

docker exec -it caderno-estatistica bash

Se precisar reconectar num servidor que já está rodando

pkill -u jekyll

Referências

Cores

  • #eceff1 blue-grey lighten-5
  • #cfd8dc blue-grey lighten-4
  • #b0bec5 blue-grey lighten-3
  • #90a4ae blue-grey lighten-2
  • #78909c blue-grey lighten-1
  • #607d8b blue-grey
  • #546e7a blue-grey darken-1
  • #455a64 blue-grey darken-2
  • #37474f blue-grey darken-3
  • #263238 blue-grey darken-4

caderno-estatistica's People

Contributors

josenaldo avatar

Watchers

 avatar  avatar  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.