Sign inSign up

teruo41/ubuntu-gnupg

By teruo41

Updated over 6 years ago

Image
0

106

teruo41/ubuntu-gnupg repository overview

ubuntu-gnupg

Getting started

$ (sudo) docker pull teruo41/ubuntu-gnupg:libgcrypt-1.6.3
$ (sudo) docker run -it teruo41/ubuntu-gnupg:libgcrypt-1.6.3

To modify libgcrypt

Inside the docker:

# cd /root/src/libgcrypt-1.6.3
# === modify source code ===
# cd /root/build/libgcrypt-1.6.3
# make && make install

To store modified container as a new image

Outside the docker, check the name of the container.

$ (sudo) docker ps -a

Outside the docker, store the container as an image.

$ (sudo) docker commit ${container-name} ${new-image-name}

Tag summary

Content type

Image

Digest

Size

179.9 MB

Last updated

over 6 years ago

docker pull teruo41/ubuntu-gnupg:libgcrypt-1.6.3