Code Monkey home page Code Monkey logo

cgi-docker-workshop's People

Contributors

joost-van-weenen avatar okke avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

rsollman

cgi-docker-workshop's Issues

vagrant ssh (issue)

Ik kon geen "vagrant ssh" uitvoeren omdat ssh niet op het pad stond. Wel kon ik (via Windows menu) Git Bash openen, "cd /c/Data", dan "$ cd cgi-docker-workshop/vagrant/" dan "vagrant ssh" uitvoeren.

images and containers

With docker ps the runnning containers are listed, and docker images lists the images. So when I want to cleanup the images, the docker rmi command helps. Unfortunately there can still be a container using this image and the rmi fails. So where are the containers?
When using docker ps -a it lists all containers that you have and probably already forgot. (Enable the QuickEdit mode in your command shell). Then docker rm container_name removes one. I noticed that there can be many names or container id's in one rm, so it is easy, using QuickEdit, to copy paste the container names to be removed.
Note: the docker images -a also lists more images.

Please add the removal and cleanup to your lab.

Lab 2, laatste stap

Bij in de laatste stap run je geen nodejs maar de hellonode. Als je nodejs start, dan blijkt deze gelijk al weer te stoppen (docker ps geeft geen lijst).
Dus:
docker run -d -p 8080:8080 username/hellonode

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.