Docker file created with the name of "Docker-file"below are the component
it is not necessary to write component in case sensitive,but we should writ in capital.
Component.
FROM
LABEL
RUN
CMD
EXPOSE
ENV
ADD or COPY
ENTRYPOINT
VOLUME
USER
WORKDIR
ONBUILD
Get link
Facebook
X
Pinterest
Email
Other Apps
Comments
Popular posts from this blog
-
Create PPPOE(DSL) Connection on Linux I had faced lot of hurdle while setting pppoe connection on Ubuntu 18.4LTs. interesting thing is that not found any reliable link on google for that,here is step wise detail of setting dsl connection on Linux Prerequisites: ANI is my service provider Connection name is provide by ISP Username and password provided by ISP (ANI) IP and domain also provide by ISP Step 1create connection name: keenable@xxx:~$ nmcli con edit type pppoe con-name ANI Step2: Add user name. nmcli> set pppoe.username aa0003@elixir Step3:nmcli> set pppoe.password xxxxx step:Add service nmcli> set pppoe.servicename ANI Step4:set ip in network>ani>setting Step5: check the user name and other detail.and edit In ipv4 we can provide ip and domain which provided by isp
I G Internet Generation In Today world we are facing 3g,4g etc but we dont know what exactely they are.I try here to explain these concept in detail: Brief History On April 3, 1973, Martin Cooper, a Motorola researcher and executive, made the first mobile telephone call from handheld subscriber equipment, placing a call to Dr. Joel S. Engel of Bell Labs, his rival In India The then Union Telecom Minister Sukh Ram and the then Chief Minister of West Bengal Jyoti Basu spoke to each other using hand held mobile phones on July 31, 1995. It was a first for India 1G 1st Generation. Technology used: Analog radio signal speed: 2.4kbps service: voice only 2G The second generation of mobile cellular networks were launched in 1991 under the GSM standard. The main difference between the previous first generation and newer generation, was changing from analog based to digital based type of communication Technology: General Packet...
Postfix installation Step by step I have already posted on Zimbra mail service, now i am going to share how to install and configure postfix mail server using devocot and squrell mail service, suggest you go into detail study of post fix and other mail server before going to install and use, and different mail protocol i will publish all these on my later edition.Here i am going to tell you some future of post fix mail server,and why we choose postfix. What is post fix? Postfix is an open-source Mail Transport Agent ( MTA ), which supports protocols like LDAP, SMTP AUTH (SASL), and TLS. Operating systems: Postfix runs on every Unix and Linux Operating syst em,It is the default MTA of Linux and Ubuntu operating systems.To install Post fix first we need to uninstall default post fix. Architecture: Postfix consists of a combination of server programs that run in the background, and client pr...
Comments
Post a Comment