Skip to content

raphamorim/docker-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple Docker Guide

Basic dockerfile example usign NodeJs.

This repository is part of the post: Hello, my name is Docker.

Build

Let's start, to build an image with docker:

  cd docker-guide
  docker build -t="docknode" .

Then to run that image and attach to it at the same time:

  docker run -i -t docknode

Or to run it in the background:

  docker run -d rethinkdb

About

Simple project structure using docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published