EASY docker container EASY 5 stars
Budget: $10 – $30 USD
Please see attached Dockerfile (no rocket science)
ej@lenovo:~/AWS-ECS-course-master/docker-basics$ docker build -t our-ngnix .
Sending build context to Docker daemon 7.168kB
Step 1/5 : FROM ubuntu:latest
---> ba6acccedd29
Step 2/5 : RUN DEBIAN_FRONTEND=noninteractive apt-get update
---> Using cache
---> 9467428a9c5d
Step 3/5 : RUN DEBIAN_FRONTEND=noninteractive apt-get -yq install net-tools nginx
---> Using cache
---> de824801720f
Step 4/5 : EXPOSE 80
---> Using cache
---> 8a7ff8c92b06
Step 5/5 : ENTRYPOINT ["/usr/sbin/nginx", "-g", "daemon off;]
---> Using cache
---> c8ec28b7ecb5
Successfully built c8ec28b7ecb5
Successfully tagged our-ngnix:latest
ej@lenovo:~/AWS-ECS-course-master/docker-basics$ docker run -d -p 8888:80 our-nginx
Unable to find image 'our-nginx:latest' locally
docker: Error response from daemon: pull access denied for our-nginx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
ej@lenovo:~/AWS-ECS-course-master/docker-basics$
Getting this working correct is the goal. It will be nice meeting you and surely an honor. Money is tight having cancer and being out of work, but if you can do this for a cost about $12 that would be appreciated as I can not afford anything high.
Please note there is hope we can mutually complete this task; we can leave each other nice comments and 5 stars for each?
Please note project is due in two hours as this projects deadline, as this is needed asap from the time we start.
ej@lenovo:~/AWS-ECS-course-master/docker-basics$ docker build -t our-ngnix .
Sending build context to Docker daemon 7.168kB
Step 1/5 : FROM ubuntu:latest
---> ba6acccedd29
Step 2/5 : RUN DEBIAN_FRONTEND=noninteractive apt-get update
---> Using cache
---> 9467428a9c5d
Step 3/5 : RUN DEBIAN_FRONTEND=noninteractive apt-get -yq install net-tools nginx
---> Using cache
---> de824801720f
Step 4/5 : EXPOSE 80
---> Using cache
---> 8a7ff8c92b06
Step 5/5 : ENTRYPOINT ["/usr/sbin/nginx", "-g", "daemon off;]
---> Using cache
---> c8ec28b7ecb5
Successfully built c8ec28b7ecb5
Successfully tagged our-ngnix:latest
ej@lenovo:~/AWS-ECS-course-master/docker-basics$ docker run -d -p 8888:80 our-nginx
Unable to find image 'our-nginx:latest' locally
docker: Error response from daemon: pull access denied for our-nginx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
ej@lenovo:~/AWS-ECS-course-master/docker-basics$
Getting this working correct is the goal. It will be nice meeting you and surely an honor. Money is tight having cancer and being out of work, but if you can do this for a cost about $12 that would be appreciated as I can not afford anything high.
Please note there is hope we can mutually complete this task; we can leave each other nice comments and 5 stars for each?
Please note project is due in two hours as this projects deadline, as this is needed asap from the time we start.