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
-
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...
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
ELK Step by Step Guide Following is detail of elk ,how we install,start and run. and prepare report I install elk on Docker with following step: Step1 Check the status of docker: Step2 I have created "docker" folder on my machine. Step3 I have created three folder in docker folder: config data docker-compose.yml Step4 Then configure these folder with following is the step and data: we can change these configration with our requirement, First Configure docker-compose.yml version: "2.0" services: elk: image: sebp/elk:latest ports: - "5601:5601" - "9200:9200" - "5044:5044" - "9300:9300" volumes: - "/home/keenable/docker/data:/tmp/in_data" - "/home/keenable/...
Comments
Post a Comment