[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /ftp/pub/os/Linux/distr/salix/sbo/14.1/system/docker/
 
Contents of README:
Docker is an open-source project to easily create lightweight, portable,
self-sufficient containers from any application. The same container that
a developer builds and tests on a laptop can run at scale, in production,
on VMs, bare metal, OpenStack clusters, public clouds and more.

To use docker as a limited user, add your user to the 'docker' group:

	# groupadd -r -g 281 docker
	# usermod -a -G docker <your_username>

This will require logging out and back in.

To have the docker daemon start and stop with your host,
add to /etc/rc.d/rc.local:

	if [ -x /etc/rc.d/rc.docker ]; then
		/etc/rc.d/rc.docker start
	fi

and to /etc/rc.d/rc.local_shutdown (creating it if needed):

	if [ -x /etc/rc.d/rc.docker ]; then
		/etc/rc.d/rc.docker stop
	fi

If you are interested in enabling cgroup memory resource controll over swap as
well, then append "swapaccount=1" to your kernel's parameters. This is often in
/etc/lilo.conf, on the "append" variable.

NOTE: google-go-lang is only needed at compile time - not needed for runtime.

Docker doesn't support x86, only x86_64

Icon  Name                                           Last modified      Size  
[DIR] Parent Directory - [DIR] config/ 24-Jan-2015 02:31 - [DIR] patches/ 03-Oct-2015 04:21 - [TXT] README 20-Dec-2014 01:22 1.1K [TXT] docker-btrfs.patch 14-May-2014 03:08 1.0K [TXT] docker.SlackBuild 03-Oct-2015 04:21 2.8K [   ] docker.info 03-Oct-2015 04:21 302 [   ] doinst.sh 08-Feb-2014 18:15 662 [TXT] slack-desc 08-Feb-2014 18:15 943

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!