You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
zhongjin d1ef80a61e
更新 'Dockerfile'
1 year ago
config 添加 'config/varnish.vcl' 1 year ago
fonts font 1 year ago
Dockerfile 更新 'Dockerfile' 1 year ago
README.md 更新 'README.md' 1 year ago
cartodb_pgsql.sh new 1 year ago
create_dev_user new 1 year ago
fill_geocoder.sh new 1 year ago
geocoder.sh new 1 year ago
geocoder_server.sql new 1 year ago
git-config 添加 'git-config' 1 year ago
setup_fdw.sh new 1 year ago
setup_organization.sh new 1 year ago
startup.sh new 1 year ago
sync_tables_trigger.sh new 1 year ago
template_postgis.sh new 1 year ago

README.md

Docker-Carto-JW

编译容器

docker build -t onenetcom/carto-jw .

如何运行容器:

sudo sh -c 'echo 127.0.1.1 cartodb.localhost >> /etc/hosts'

docker run -it --rm -p 80:80 -h cartodb.localhost onenetcom/carto-jw


docker run -d -p 80:80 -h cartodb.localhost onenetcom/carto-jw