lua-docker
lua-docker copied to clipboard
Noob - create a Lua/ luajit Docker ?
Hi
please forgive the perhaps basic question, but how do I use this build information to create a Docker container ? Such as..
docker create \
--name Lua \
--network containers \
--restart=always \
--env TZ=Europe/London \
--volume Lua_config:/config \
--volume Lua_data:/date \
and when it’s installed what is the best way to interact with it ?
Hi, just a quick follow up,(4 months on) any suggestions on the create/compose and what I can set as volumes/environment variables etc ?