Code Monkey home page Code Monkey logo

docker-15.04's Introduction

Docker Framework

This is the Docker application deployment mechanism.

AppArmor profiles have been moved to /var/lib/apparmor/profiles, default profile has been modified.

Data is stored in /var/lib/apps/docker/${version_of_snap_package}/ (symlinked to /var/lib/apps/docker/current).

If you need to pass through proxies or adjust default DNS for your containers, edit /apps/docker/current/etc/docker.conf accordingly and restart the Docker daemon service:

FTP_PROXY=http://your.proxy:3128
HTTP_PROXY=http://your.proxy:3128
HTTPS_PROXY=http://your.proxy:3128
DOCKER_OPTIONS="--dns 8.8.8.8"

Restarting the daemon can be accomplished via sudo systemctl restart docker_docker-daemon_${version_of_snap_package}.service.

If you need privileged access in containers (docker run --privileged), you can issue docker-privilege on (disable again with docker-privilege off and check the current configuration with docker-privilege status); however, be forewarned: the confinement will be nearly nonexistent (full root access to the host system is possible).

docker-15.04's People

Contributors

kickinz1 avatar mvo5 avatar tianon avatar

Watchers

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