Installation & Deploying Your First Container

- Installing Docker
# yum -y install docker

-Enabling & Starting docker service
#systemctl enable docker
#systemctl start docker

-Testing the installation using test container
#docker run hello-world

Bu blogdaki popüler yayınlar

SDLC - Software Development Life Cycle

@SerializedName and @Expose annotations