Sign inSign up

jholdy/ubuntu_base

By jholdy

•Updated about 9 years ago

ubuntu 16.04

Image
0

221

jholdy/ubuntu_base repository overview

Configurado com usuário jholdy

docker rm -f $(docker ps -a -q)

docker rmi -f $(docker images -q)

docker login criar um image docker commit -m "Sua mensagem" CONTAINER_ID novo_nome_da_image

Tag

docker tag nome_da_image:latest usuario_hub/nome_da_image:latest

docker push usuario_hub/nome_da_image

Tag summary

Content type

Image

Digest

Size

409.5 MB

Last updated

about 9 years ago

docker pull jholdy/ubuntu_base