Code Monkey home page Code Monkey logo

docker's Introduction

Docker

Tasks -

  1. Install docker

  2. Show outputs of basic Docker commands (i.e pull, search, run, build, commit, rm, rmi, etc.. find more from google)

  3. Create a Docker image using Dockerfile.

  4. Run a container as a single task, show outputs, show status of the all containers (using docker ps -a)

  5. Run a container in iterative mode and install different packages in the container. Show each step.

  6. Run a database container in the background. Then show logs of the running container. After, access the container in interactive mode. show some sql queries inside the container.

  7. Push your own image into Docker public registry/Hub.

  8. How to make your own private registry? Show steps.

  9. Create a small website or app with minimal functionality (Could be a simple HTML website that has a button which opens a static image/file) inside Docker container. Then run the application (inside the container) in the background of your HOST machine in any port. Browse the website from your host machine.

  10. Migrate the new container having the application into another machine. Again run the container and browse the URL. It should work.

docker's People

Contributors

muballighhossain avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.