i already wrote the dockerfile to install ana apche2 on an already existing ubuntu image which is the base in the dockerfile session but it is giving an error. what must have caused this pls
Hi,
Is it “Docker exercise 4” at Level 3 ?
You can share the docker file or/and the error and it will be easier to help.
Thanks
that is the dockerfile
==> Does not work.
Also your Dockerfile
is not optimized, 1 RUN
instruction is enough for this task.
My Dockerfile
==> Does work.
Good to know it finally work for you