One liner to stop / remove all of Docker containers:
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
| <!DOCTYPE html> | |
| <html ng-app="sasApp"> | |
| <head> | |
| <title>AngularJS Test</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css"> | |
| <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css"> | |
| <!-- This snippet is originally presented by Ben Frain @benfrain --> | |
| <!DOCTYPE html> | |
| <html class="no-js"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Independent CSS scrolling panels (with inertia)</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <style> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>AngularJS Validation</title> | |
| <!-- Angular 1.4.9 CDN --> | |
| <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.js"></script> | |
| <style> |
| /* | |
| A gulp setup to use with AngularJS/Jade projects | |
| TODO: Add "newer" support to the tasks | |
| */ | |
| var gulp = require('gulp'); | |
| var plumber = require('gulp-plumber'); | |
| var coffee = require('gulp-coffee'); | |
| var templateCache = require('gulp-angular-templatecache'); |
| class App extends App | |
| constructor: -> | |
| return [ | |
| 'app.auth' | |
| 'app.account' | |
| 'app.dashboard' | |
| ] | |
| import { applyMiddleware, combineReducers, createStore } from 'redux'; | |
| ////////////////////////////////////////////////////// | |
| const userReducer = (state={}, action) => { | |
| switch (action.type) { | |
| case 'CHANGE_NAME': { | |
| return {...state, name: action.payload} | |
| } | |
| case 'CHANGE_AGE': { |
You have to mount your folder on your VM.
First you need to install Guest Additions (although I already did this during the installation).
Start your VM Devices > Insert Guest Additions CD image... I had to manually mount the CD: sudo mount /dev/cdrom /media/cdrom Install the necessary packages: sudo apt-get install make gcc linux-headers-$(uname -r) Install the Guest Additions: sudo /media/cdrom/VBoxLinuxAdditions.run Now you can mount your share using: