Skip to content

myanmarcyberyouths/containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container Images and Services

system and application level, containerized and ready to launch.

To push a new image to docker repo

docker tag local-image:tagname new-repo:tagname # rename existing image
docker push new-repo:tagname                    # push into docker repo

To commit existing repo

docker pull mmcyberyouths/repo-name:tagname                # download repo into your local machine
docker run -it mmcyberyouths/repo-name:tagname /bin/sh     # directly connect into image
docker commit container-id mmcyberyouths/repo-name:tagname # commit into image

About

mmCYs container images and services

Resources

Stars

Watchers

Forks

Contributors