52774/dockerfile-to-install-nginx-on-ubuntu
Hey @Greg, this is a simple dockerfile to install nginx:
#This is a sample Image FROM ubuntu MAINTAINER user@gmail.com RUN apt-get update RUN apt-get install –y nginx CMD [“echo”,”Image created”]
Hey @Kali, That's pretty simple. You could have ...READ MORE
Here's the dockerfile that you can use: FROM ...READ MORE
Hi, In real scenario docker container is used ...READ MORE
Docker compose is already installed if you ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
You could also try to mount a ...READ MORE
Write your playbook like this: --- - hosts: droplets ...READ MORE
Execute the update and the install command ...READ MORE
The contents of the /var/lib/docker directory vary ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.