Sign inSign up

123why/c-program

By 123why

Updated about 9 years ago

docker pull 123why/c-program:0001

Image
0

182

123why/c-program repository overview

docker run 123why/c-program:0001 and it will output 123456

FROM ubuntu:16.04

and next you have many ways to solve the c-program:

  1. ADD/COPY . /home (you can put a c-program into the image or use docker cp ) use docker cp --help to use it
  2. you can also attach into the base-image and finish everything;

Tag summary

Content type

Image

Digest

Size

44.9 MB

Last updated

about 9 years ago

docker pull 123why/c-program:0001