Docker – after installation Windows

Przykładowe ściągnięcie obrazu getting-started, uruchomienie konternera i wrzucenie obrazu do docker huba:

# docker run --name  repo alpine/git clone https://github.com/docker/getting-started.git

# docker cp repo:/git/getting-started .

# cd getting-started
# docker run -d -p 80:80 --name docker-tutorial docker101tutorial

# docker tag docker101tutorial jornathanx/docker101tutorial
# docker push jornathanx/docker101tutorial