Skip to content

Instantly share code, notes, and snippets.

Technologie

Flash i Stage3D

Starling

Niskopoziomowy Silnik (w zasadzie to renderer) na ktorym bedzie Gra.

tu jest turtorial/biblia od developerow starlinga http://manual.starling-framework.org/en/ jest obszerny, szczegolowy pisany dla ludzi co juz umieja programowac

@old-faraon
old-faraon / docker-examples.md
Created May 26, 2017 18:01 — forked from thaJeztah/docker-examples.md
Some docker examples

Commit, clone a container

To 'clone' a container, you'll have to make an image of that container first, you can do so by "committing" the container. Docker will (by default) pause all processes running in the container during commit to preserve data-consistency.

For example;

docker commit --message="Snapshot of my container" my_container my_container_snapshot:yymmdd