Giter Site home page Giter Site logo

tnexperts / docker-tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ellerbrock/docker-tutorial

0.0 0.0 0.0 25 KB

:whale: Getting Started with Docker

Home Page: https://ellerbrock.github.io/docker-tutorial

License: Creative Commons Attribution Share Alike 4.0 International

docker-tutorial's Introduction

Docker

Docker Tutorial Build Status Open Source Love Gitter Chat

Installation

Download the Docker Toolbox.

Its best practice to run each service in his own Docker container. To orchestrate them we need Docker Compose.

docker-machine for administration and configuration von Docker Machines

Documentation

Docker Images

Visit Docker Hub for Docker Containers.

Plain Linux

LAMP / LEMP Stack

PHP Applications

Node.js

Phusion Passenger

  • brew install passenger - optimized Node.js Image

Flat File CMS

  • docker pull gugu/raneto - Raneto

Blog

NoSQL

Docker Images for Penetration Testing & Security

Continuous Integration Testing

Others

  • docker pull jbenet/go-ipfs - IPFS

Commands

I recommend reading the Docker Cheat Sheet.

  • docker images - list installed images
  • docker ps - shows running containers
  • docker-machine active - list active machines
  • docker-machine ip default - get the IP from the default container

Examples

Start Apache with http(s) and map htdocs folder

docker run -p 80:80 -p 443:443 -v /Volumes/Daten/Daten/Programmierung/coding/docker/data/htdocs:/var/www/html/ -d eboraas/apache

Start Kali Linux with interactive bash Shell

docker pull kalilinux/kali-linux-docker
docker run -t -i kalilinux/kali-linux-docker /bin/bash

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

Twitter Facebook Google+ Gitter Github

Development by

Developer / Author: Maik Ellerbrock
Company: Frapsoft

License

Creative Commons License

This work by Maik Ellerbrock is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

docker-tutorial's People

Contributors

ellerbrock 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.