Skip to content

xuchen81/docker-ubuntu-trusty64

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

docker-ubuntu-trusty64

How to setup your machine for local development

Requirements:

Ansible Version 2.0.1.0 or Above.
Virtual Box Version 5.0.14 or Above.
  1. Run vagrant up:

    $ vagrant up
  2. Run vagrant ssh after the box is up and running:

    vagrant ssh
  3. Check if docker is installed successfully inside of your virtual box:

    $ docker images
    $ docker run hello-world
  4. To restart your docker daemon if you ever need to:

    $ sudo service docker restart

    👍

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published