Giter VIP home page Giter VIP logo

container-immersion's Introduction

Container Immersion

๐Ÿณ A tour that walks through the fundamentals of Docker. Learn Docker by doing it.

Go to Container Immersion.

Or, skip ahead to the Table of Contents.

Container Immersion is hosted on Github Pages. This repository contains the source files for the website. If you want to use container immersion to learn Docker, visit the site at the links above. You only need to checkout the code in this repository if you want to contribute to the site.

About Container Immersion

Many years ago, when Git was a relatively new technology, I used Git Immersion to learn how to use it. Git Immersion is based on the premise that the best way to learn a new technology is by immersing yourself in it and using it.

Today, Docker is a young technology. I found Git Immersion such an effective tool for learning Git that I was inspired to create a similar tutorial for Docker. I hope that Container Immersion can be as effective for others as I found Git Immersion to be for me.

Setup Dev Environment

  1. Clone the repository. git clone [email protected]:mkasberg/container-immersion.git
  2. Make sure Bundler is installed. gem install bundler
  3. Install Jekyll & dependencies. cd container-immersion && bundle install --path vendor/bundle (Path optional, but encouraged.) a. You may need some native dependencies installed to build the Ruby dependencies. On Ubuntu: sudo apt install build-essential zlib1g-dev
  4. Run the site. bundle exec jekyll serve. You can visit the site at http://localhost:4000/container-immersion/. Essentially, this is just Jekyll. So read the Jekyll docs if you get stuck.

About Jekyll

Container Immersion if built on top of Jekyll, a static site generator. When you run bundle exec jekyll serve, Jekyll will watch for changes and continue regenerating the site and serving it from _site until you hit ^C. Don't edit the files in _site directly, since they are just generated files.

Project Structure

  • HTML layouts are at _layouts. We have a layout for the homepage, table of contents, and the lab pages.
  • These layouts can include HTML snippets from _includes (like the nav bar).
  • CSS is at assets/css/immersion.scss.
  • Each lab is a Markdown file at _labs. Jekyll converts it to a page using the lab.html layout.

Contributing

This project will get much better with more people contributing to it. Please contribute by opening issues to document problems or submitting pull requests to fix them. All improvements are welcome and appreciated.

See CONTRIBUTING for more info.

container-immersion's People

Contributors

agdhruv avatar daviddeejjames avatar felipesousa avatar isaniomoraes avatar lawih avatar lukicenturi avatar mitchellcash avatar mkasberg avatar pkage avatar ringdangdoo avatar seanland avatar wildan3105 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.