Skip to content

Creating the repostory welcome-to-docker

EnthuAIExplorer/welcome-to-docker

 
 

Repository files navigation

Welcome to Docker

This is a repo for new users getting started with Docker.

You can try it out using the following command.

docker run -d -p 8088:80 --name welcome-to-docker docker/welcome-to-docker

And open http://localhost:8088 in your browser.

Building

Maintainers should see MAINTAINERS.md.

Build and run:

docker build -t welcome-to-docker . 
docker run -d -p 8088:3000 --name welcome-to-docker welcome-to-docker

Open http://localhost:8088 in your browser.

Added a new line of code in the 'Readme.md' file.

Another line of code added to the file. Now we need to test the changes of git push. Transfer of any changes from local repository to remote repository then we should use git push

Now we need to test changes from remote repository to local repository. Transfer of any changes from remote repository to remote repository then we should use git fetch command

Now test git fetch and git merge commands

About

Creating the repostory welcome-to-docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.9%
  • CSS 10.8%
  • HTML 6.2%
  • Dockerfile 6.1%