Tasks
- create directories holding the data later on
- create network
- start container
mkdir:
/Users/[your_username]/Develop
@echo off | |
echo. | |
echo. | |
ECHO Checking for an Internet connection, please wait... | |
PING -n 1 www.google.com|find "Reply from " >NUL | |
IF NOT ERRORLEVEL 1 goto :SUCCESS | |
IF ERRORLEVEL 1 goto :TRYAGAIN | |
:TRYAGAIN | |
echo. |
Say, folder with docker-compose files was renamed or we do merging volumes etc. Then we shall rename docker volume. Because docker natively does not support renaming, we shall create it, then copy data, then inspect new volume, test and delete old one at the end
Volumes:
docker volume ls
This is a quick-and-dirty guide to setting up a Raspberry Pi as a "router on a stick" to PrivateInternetAccess VPN.
Install Raspbian Jessie (2016-05-27-raspbian-jessie.img
) to your Pi's sdcard.
Use the Raspberry Pi Configuration tool or sudo raspi-config
to:
This is a list of HAFAS API endpoints, all with different data versions, API versions, output formats and URL configurations. Help me complete this list!
FROM ubuntu:14.04 | |
RUN apt-get update && apt-get -y install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf | |
COPY . /shellinabox | |
WORKDIR /shellinabox | |
RUN autoreconf -i | |
RUN ./configure && make | |
RUN useradd -m user | |
USER user | |
EXPOSE 4200 |
000000 Officially Xerox | |
000001 SuperLAN-2U | |
000002 BBN (was internal usage only, no longer used) | |
000003 XEROX CORPORATION | |
000004 XEROX CORPORATION | |
000005 XEROX CORPORATION | |
000006 XEROX CORPORATION | |
000007 XEROX CORPORATION | |
000008 XEROX CORPORATION | |
000009 powerpipes? |