Jamie's Blog

  • Home
  • About me
  • Blogs

devops

Backend Development

Docker(IV) – Deploy a simple project

I have a directory ‘hello-docker’ as our project. And I’ll create a file ‘app.js’ in it with following cods. Now, let’s write our Dockerfile, which contains the instructions for packaging our application. Typically, we start from a base image. This base image has a bunch of files. We are going Read more…

By jamie, 3 years10 March 2022 ago
Backend Development

Dockers(III) – Docker Workflow

There is an application. We take this application and dockerize it, which means we make a small change so that it can be run by Docker. How? We just add a docker file to it. A docker file is a plain text file that includes instructions that docker uses to Read more…

By jamie, 3 years4 March 2022 ago
Backend Development

Docker(II) – Install Docker

Download Docker Download Docker on https://docs.docker.com/get-docker/ 2. Install WSL2 Open Powershell as administrator and enter: Download the Linux kernel update package Set WSL 2 as the default version: 3. Install Linux distribution Open the Microsoft Store and select your preferred Linux distribution. 4. Restart Restart your computer and open Docker. Read more…

By jamie, 3 years27 February 2022 ago
Backend Development

Docker(I) – Introduction

What is Docker? Docker is a platform for building, running and shipping applications in a consistent manner. So, if your application works on your development machine, it can run and function the same way on other machines. With Docker, we can easily package our application with everything it needs and Read more…

By jamie, 3 years24 February 2022 ago
Categories
  • AWS (2)
  • Backend Development (36)
  • Bootstrap (1)
  • Computer Science (3)
  • Crawler (1)
  • CSS (3)
  • Database (11)
  • Design Model (1)
  • Docker (12)
  • Elasticsearch (2)
  • eslint (1)
  • Frontend Development (25)
  • git (1)
  • Gradle (1)
  • Gson (1)
  • hibernate (1)
  • HTML (1)
  • Jackson (2)
  • Java (13)
  • javascript (3)
  • json (2)
  • junit (4)
  • Linux (7)
  • Mybatis (4)
  • MySQL (7)
  • Networks (3)
  • Nginx (1)
  • prettier (1)
  • Pyppeteer (1)
  • React (16)
  • Spring (2)
  • Springboot (2)
  • Strapi (2)
  • version control (1)
  • wordpress (2)
  • About me
  • Blogs
  • Front Page
Hestia | Developed by ThemeIsle