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