Skip to content

Hitata/trungth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trungth

Sublime

  1. Install sublime 3
  2. Ctrl-Shift-P and 'install package'
  3. Install Drakula Color Scheme

Markdown

  • I wanted to write step by step of how I implement this blog -> I look up Markdown!

Docker

  1. I took a few days reading about docker
  • docker container, docker image, docker api, docker cli
  • dockerfile to setup a new custom container
  • docker composer to setup a project with multiple container and have association with each other.
  • docker composer github repo of frontend backend setup, with react and rails api
  1. I'm starting with setting up docker project from scratch
  • Write a dockerfile!
  1. FROM Node:6.10.3 (Stable LTS)
  • specify the version tag and not use the 'latest'.
  1. Npm is included in Node:6 is npm:3.10.10

About

Personal Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages