-
Notifications
You must be signed in to change notification settings - Fork 3
libaco
Wataru Ishida edited this page Sep 21, 2018
·
4 revisions
You can skip this step if you already have transyncd:origin
.
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
transyncd latest 0b4528f6ce7a 39 hours ago 138MB
$ docker tag transyncd:latest transyncd:origin
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
transyncd latest 0b4528f6ce7a 39 hours ago 138MB
transyncd origin 0b4528f6ce7a 39 hours ago 138MB
FROM transyncd:origin
COPY libaco-oclaro.so /lib/x86_64-linux-gnu/
$ ls
Dockerfile libaco-oclaro.so
$ cat Dockerfile
FROM transyncd:origin
COPY libaco-oclaro.so /lib/x86_64-linux-gnu/
$ docker build -t transyncd .
note: don't forget last
.
in docker build command
$ oopt reboot