ubuntu:docker
This is an old revision of the document!
Docker
Docker is an open-source project that provides an open platform for developers and sysadmins to build, package, and run applications anywhere as a lightweight container. Docker automates the deployment of applications inside software containers.
More about Docker can be found in the documentation here https://docs.docker.com/.
Assign a hostname to the container
Automatically delete containers when they exit
Common Security Issues Inside Public Docker Images
Share data between a docker container and the Host
Share data between docker containers
TODO docker run-d -p 6080:6080 dorowu/ubuntu-desktop-lxde-vnc . The desktop is accessible via VNC.
Tips For Building a Docker Image
References
ubuntu/docker.1574818145.txt.gz · Last modified: 2020/07/15 09:30 (external edit)