 Apple Silicon

Apple Silicon is an ARM64 processor developed by Apple for their products.

Lesson 2 - Installing Docker on Mac M1
Lesson 2 - Installing Docker on Mac M1

To install and use Docker on Mac M1 efficiently, you need to carefully follow these steps in detail. Mac M1 uses ARM architecture, so there are a few things to note to ensure Docker operates smoothly.

#docker #apple-m1-silicon #mac-m1
Lesson 2 - Install JDK 11 development environment and tools and set up Java Home on Mac M1
Lesson 2 - Install JDK 11 development environment and tools and set up Java Home on Mac M1

Java is one of the most popular programming languages ​​today with many applications around the world. In this lesson, we will learn about naming rules, data types and casts, operators, control structures, and branching. Understanding and using these concepts fluently will help you become a good Java programmer. Start learning these concepts now!

#java #java-core #jdk-11 #apple-m1-silicon #mac-m1 #eclipse #java-home
Lesson 3 - Building Docker Image
Lesson 3 - Building Docker Image

To efficiently build Docker Images, understanding each step and applying optimization techniques is crucial. Here is a more detailed guide with additional examples on how to create Dockerfile, build Images, optimize, and share Docker Images.

#docker #apple-m1-silicon
Lesson 4 - Running a Docker Container
Lesson 4 - Running a Docker Container

A detailed guide on how to run a Docker container. You will learn how to choose a Docker image, use the `docker run` command, and common options like `-it`, `--rm`, `-p`, and `-v`.

#docker #apple-m1-silicon