mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-25 07:21:06 +00:00
chromium: Create data directory in Dockerfile
This commit is contained in:
parent
0cba6bd82a
commit
7675508011
@ -1,7 +1,7 @@
|
|||||||
FROM jess/chromium
|
FROM jess/chromium
|
||||||
MAINTAINER developers@gns3.net
|
MAINTAINER developers@gns3.net
|
||||||
|
|
||||||
# add a dummy layer to get an updated container timestamp
|
RUN mkdir -p /home/chromium/data
|
||||||
RUN /bin/true
|
|
||||||
|
|
||||||
VOLUME /data
|
CMD [ "--user-data-dir=/home/chromium/data" ]
|
||||||
|
VOLUME /home/chromium/data
|
||||||
|
Loading…
Reference in New Issue
Block a user