You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Elton, the webinar was very useful and interesting. However, I followed and built th docker image using the
docker build -t signup-web-core -f ..../v2/Dockerfile .
I got the image created and triggered a container as follows
docker run -d --name signupwebcorev2 -p 3000:80 signup-web-core
when I try to access the web site I get
One you build the image in the presentation, you don't show how it can be used/access to web site/interest of creating this image. Can you please help? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi Elton, the webinar was very useful and interesting. However, I followed and built th docker image using the
docker build -t signup-web-core -f ..../v2/Dockerfile .
I got the image created and triggered a container as follows
docker run -d --name signupwebcorev2 -p 3000:80 signup-web-core
when I try to access the web site I get
One you build the image in the presentation, you don't show how it can be used/access to web site/interest of creating this image. Can you please help? Thanks in advance.
The text was updated successfully, but these errors were encountered: