To start with Dockers: Installation of Docker On linux based system: ---------------------- Note: we are using Redhat 7.1 / centos 7.1 A) installing docker and its dependencies ================================ [root@localhost ~]# yum install docker docker-selinux -y Starting and enabling service [root@localhost ~]# systemctl restart docker [root@localhost ~]# systemctl enable docker [root@localhost ~]# systemctl status docker docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled) Active: active (running) since Thu 2017-10-07 22:46:00 IST; 5s ago Docs: http://docs.docker.com Main PID: 11000 (docker) CGroup: /system.slice/docker.service └─11000 /usr/bin/docker daemon --se...
DAY 1 Language: Dart Dart has a great declarative approach Bespoke-Ability to modify Android - Java/Kotlin Windows- C# iOS- Objective C/Swift Cross-Platform Native App Microsoft- Xamarin Facebook- React Native Google - Flutter Setup and Start https://flutter.dev/docs/get-started/codelab DAY 2
Comments
Post a Comment